projects
/
xonotic
/
darkplaces.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
expanded console buffer from 16k to 128k, and changed scroll amount to be dependent...
[xonotic/darkplaces.git]
/
console.c
diff --git
a/console.c
b/console.c
index
93840d6
..
31c19cc
100644
(file)
--- a/
console.c
+++ b/
console.c
@@
-37,7
+37,7
@@
int con_linewidth;
float con_cursorspeed = 4;
-#define CON_TEXTSIZE 1
6384
+#define CON_TEXTSIZE 1
31072
int con_totallines; // total lines in console scrollback
int con_backscroll; // lines up from bottom to display