summaryrefslogtreecommitdiff
path: root/sys/arch/i386/isa/pcvt/pcvt_out.c
AgeCommit message (Expand)Author
2000-10-16Make doubly sure we scroll up if we've passed the last row on the screen.Aaron Campbell
2000-10-16Initialize mouse_flags during the coldinit stage.Aaron Campbell
2000-09-28Make mouse support friendly with non-25line mode. Thanks mickey@ for reportingAaron Campbell
2000-09-01Kernel support for new PCVT console mouse features.Aaron Campbell
2000-07-05Sigh, scrr_len represents the length of the scrolling region, not the end ofAaron Campbell
2000-06-30My previous two attempts at fixing the "scrolling region" problem were wrong.Aaron Campbell
2000-06-11Better fix for the scrolling region problem. Fixes PR/1271.Aaron Campbell
2000-06-04Only scroll up if we've hit the bottom of the scrolling region, not if we'reAaron Campbell
2000-04-09Put the line-wrap check back under STATE_INIT. It was causing some displayAaron Campbell
2000-04-02Fix 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-17Remove `pcdisp_special', which was actually a gross hack. Instead, move theAaron Campbell
1999-11-25Remove the keyboard mouse emulator, HP emulation mode, and PCVT_SHOWKEYSAaron Campbell
1999-11-16- Teach vt_cuu (cursor up) about scrollback. Cursor down is much harder...Aaron Campbell
1999-10-20special character handling; aaronTheo de Raadt
1999-10-16- Add support for a traditional PC display (16 colors and use the standard IBMAaron Campbell
1999-09-29- Add an ioctl to pcvt that adjusts the size of the scrollback buffer.Aaron Campbell
1999-09-29Reallocate 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-08Remove PCVT_SCROLLBACK option and make it on by default.Aaron Campbell
1999-09-06Add scrollback support to the pcvt (i386 only) console driver.Aaron Campbell
1999-01-13RCSIdsNiklas Hallqvist
1998-06-25Kill PCVT_NETBSD and PCVT_FREEBSD. We no longer have to modify pcvtTodd C. Miller
1996-05-07fix that fillw's stuff again.Michael Shalayeff
1996-05-07fillw is in machine/cpu.h now.Michael Shalayeff
1996-05-07sync with 0504; prototype changesTheo de Raadt
1995-12-14from netbsd; Make sure vt_coldinit() is called before vt_coldmalloc()Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt