aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xdoc/grosciteco.tes4
-rw-r--r--src/view.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/grosciteco.tes b/doc/grosciteco.tes
index 648242f..cad7081 100755
--- a/doc/grosciteco.tes
+++ b/doc/grosciteco.tes
@@ -124,11 +124,11 @@ EBN[input]
!cmd.xf!
:M#sa :M#giU.n Q.n+16U.#nt .(:M#sa).X[font] :M#sc
:Q[fonts.\.n]"F F< ' -U[fonts.\.n]
- @:EU[styles]{\.#ntESSTYLESETFONTCourier^J}
+ @:EU[styles]{\.#ntESSTYLESETFONTMonospace^J}
Ocmd.xfQ[font]
!cmd.xfR!
Q.nU[default-style]
- @:EU[styles]{16ESSTYLESETFONTCourier^J}
+ @:EU[styles]{16ESSTYLESETFONTMonospace^J}
F<
!cmd.xfB!
@:EU[styles]{1,\.nESSTYLESETBOLD 1,\.#ntESSTYLESETBOLD^J}
diff --git a/src/view.c b/src/view.c
index 02f94a4..d1e55d2 100644
--- a/src/view.c
+++ b/src/view.c
@@ -93,7 +93,7 @@ teco_view_setup(teco_view_t *ctx)
teco_view_ssm(ctx, SCI_STYLESETFORE, STYLE_DEFAULT, 0xFFFFFF);
teco_view_ssm(ctx, SCI_STYLESETBACK, STYLE_DEFAULT, 0x000000);
- teco_view_ssm(ctx, SCI_STYLESETFONT, STYLE_DEFAULT, (sptr_t)"Courier");
+ teco_view_ssm(ctx, SCI_STYLESETFONT, STYLE_DEFAULT, (sptr_t)"Monospace");
teco_view_ssm(ctx, SCI_STYLECLEARALL, 0, 0);
/*