Age | Commit message (Expand) | Author |
2000-10-16 | Make doubly sure we scroll up if we've passed the last row on the screen. | Aaron Campbell |
2000-10-16 | Initialize mouse_flags during the coldinit stage. | Aaron Campbell |
2000-09-28 | Make mouse support friendly with non-25line mode. Thanks mickey@ for reporting | Aaron Campbell |
2000-09-01 | Kernel support for new PCVT console mouse features. | Aaron Campbell |
2000-07-05 | Sigh, scrr_len represents the length of the scrolling region, not the end of | Aaron Campbell |
2000-06-30 | My previous two attempts at fixing the "scrolling region" problem were wrong. | Aaron Campbell |
2000-06-11 | Better fix for the scrolling region problem. Fixes PR/1271. | Aaron Campbell |
2000-06-04 | Only scroll up if we've hit the bottom of the scrolling region, not if we're | Aaron Campbell |
2000-04-09 | Put the line-wrap check back under STATE_INIT. It was causing some display | Aaron Campbell |
2000-04-02 | Fix a typo from last commit that was causing spontaneous reboots. | Aaron Campbell |
2000-03-30 | - Remove some unused code. | Aaron Campbell |
2000-02-27 | - Set scr_offset to -1 at driver init, not 0. Fixes a subtle bug. | Aaron Campbell |
2000-01-17 | Remove `pcdisp_special', which was actually a gross hack. Instead, move the | Aaron Campbell |
1999-11-25 | Remove the keyboard mouse emulator, HP emulation mode, and PCVT_SHOWKEYS | Aaron Campbell |
1999-11-16 | - Teach vt_cuu (cursor up) about scrollback. Cursor down is much harder... | Aaron Campbell |
1999-10-20 | special character handling; aaron | Theo de Raadt |
1999-10-16 | - Add support for a traditional PC display (16 colors and use the standard IBM | Aaron Campbell |
1999-09-29 | - Add an ioctl to pcvt that adjusts the size of the scrollback buffer. | Aaron Campbell |
1999-09-29 | Reallocate our scrollback buffer when switching 132/80 column modes, too. | Aaron Campbell |
1999-09-28 | - Reallocate scrollbuffer when changing linemodes, not loading fonts. | Aaron Campbell |
1999-09-08 | Remove PCVT_SCROLLBACK option and make it on by default. | Aaron Campbell |
1999-09-06 | Add scrollback support to the pcvt (i386 only) console driver. | Aaron Campbell |
1999-01-13 | RCSIds | Niklas Hallqvist |
1998-06-25 | Kill PCVT_NETBSD and PCVT_FREEBSD. We no longer have to modify pcvt | Todd C. Miller |
1996-05-07 | fix that fillw's stuff again. | Michael Shalayeff |
1996-05-07 | fillw is in machine/cpu.h now. | Michael Shalayeff |
1996-05-07 | sync with 0504; prototype changes | Theo de Raadt |
1995-12-14 | from netbsd; Make sure vt_coldinit() is called before vt_coldmalloc() | Theo de Raadt |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |