Procházet zdrojové kódy

Assume a 24-line screen, since we can't (easily) avoid scrolling after

printing in the bottom-right position.
tags/v0.9.3
Michael Brown před 18 roky
rodič
revize
cdfe61662b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      src/hci/mucurses/ansi_screen.c

+ 1
- 1
src/hci/mucurses/ansi_screen.c Zobrazit soubor

@@ -2,7 +2,7 @@
2 2
 #include <console.h>
3 3
 
4 4
 unsigned short _COLS = 80;
5
-unsigned short _LINES = 25;
5
+unsigned short _LINES = 24;
6 6
 
7 7
 static void ansiscr_init ( struct _curses_screen *scr ) {
8 8
 	/* Reset terminal attributes and clear screen */

Načítá se…
Zrušit
Uložit