diff --git a/examples/pty_test/Kconfig b/examples/pty_test/Kconfig index d72ec4079..6ec0366ec 100644 --- a/examples/pty_test/Kconfig +++ b/examples/pty_test/Kconfig @@ -27,7 +27,7 @@ config EXAMPLES_PTYTEST_POLL config EXAMPLES_PTYTEST_SERIALDEV string "Test serial device" - default"/dev/ttyS1" + default "/dev/ttyS1" config EXAMPLES_PTYTEST_PRIORITY int "PTY_Test task priority" diff --git a/system/vi/Kconfig b/system/vi/Kconfig index 509f547f0..e5e7d079a 100644 --- a/system/vi/Kconfig +++ b/system/vi/Kconfig @@ -36,6 +36,12 @@ config SYSTEM_VI_COLS the display in columns. The actually width can be overridden using command line options. + The default column width for a VT100 terminal is 80 characters. The + default for this setting is smaller, 64, so that a smaller in-memory + buffer is used. You might have a better experience wth a column + width of 80 (if the terminal width is not controllable from your + terminal application). + config SYSTEM_VI_ROWS int "Display height (rows)" default 16 @@ -45,6 +51,12 @@ config SYSTEM_VI_ROWS the display in rows. The actually width can be overridden using command line options. + The default height for a VT100 terminal is 64 rows. The default + for this setting is smaller, 16, so that a smaller in-memory + buffer is used. You might have a better experience wth a height + of 64 rows (if the terminal height is not controllable from your + terminal application). + config SYSTEM_VI_DEBUGLEVEL int "Debug level" default 0