diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2009-01-17 16:37:13 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2009-01-17 16:37:13 +0000 |
| commit | 83409a55ece4d29a6d2259bc2714eebece3d091d (patch) | |
| tree | 6a314587fc48cc3b8c2c9c27753bfa1fec506187 /sys/conf | |
| parent | 4cb085f3618e5781b969f3121b57d086b4cdd1ab (diff) | |
Notes
Diffstat (limited to 'sys/conf')
| -rw-r--r-- | sys/conf/NOTES | 4 | ||||
| -rw-r--r-- | sys/conf/options | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 461968758fdc..b28c055cd5c1 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1370,6 +1370,10 @@ options SC_NO_SUSPEND_VTYSWITCH # 0x80 Put the video card in the VESA 800x600 dots, 16 color mode # 0x100 Probe for a keyboard device periodically if one is not present +# Enable experimental features of the syscons terminal emulator (teken). +options TEKEN_UTF8 # UTF-8 output handling +options TEKEN_XTERM # xterm-style terminal emulation + # # Optional devices: # diff --git a/sys/conf/options b/sys/conf/options index b7424f617941..5ce34ee9f004 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -726,6 +726,10 @@ SC_PIXEL_MODE opt_syscons.h SC_RENDER_DEBUG opt_syscons.h SC_TWOBUTTON_MOUSE opt_syscons.h +# teken terminal emulator options +TEKEN_UTF8 opt_teken.h +TEKEN_XTERM opt_teken.h + # options for printf PRINTF_BUFR_SIZE opt_printf.h |
