summaryrefslogtreecommitdiff
path: root/sys/arch/i386/isa/pcvt
AgeCommit message (Expand)Author
2000-09-28Make mouse support friendly with non-25line mode. Thanks mickey@ for reportingAaron Campbell
2000-09-28Make sure a Copybuffer has been allocated successfully before we start doingAaron Campbell
2000-09-22- Introduce character classes into the console mouse functionality. Lifted fromAaron Campbell
2000-09-11PCVT_EMU_MOUSE is gone; todd@Aaron Campbell
2000-09-04- Changes to mouse_copy_extend() to behave more like an xterm.Aaron Campbell
2000-09-01Kernel support for new PCVT console mouse features.Aaron Campbell
2000-07-19Use new timeouts for the led intr timeout.Artur Grabowski
2000-07-19Convert to use new timeouts.Artur Grabowski
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-08Add explicit inclusions of signalvar.h to files actually using syms definedNiklas Hallqvist
2000-06-04Only scroll up if we've hit the bottom of the scrolling region, not if we'reAaron Campbell
2000-05-31Sigh... Fix a stupid bug wrt reverse video attributes (when using the newerAaron Campbell
2000-05-31Better English.Aaron Campbell
2000-05-29better MI supportTheo de Raadt
2000-05-27better man page buildingTheo de Raadt
2000-05-27superior dvorak map by Adam RogoyskiHugh Graham
2000-05-27whitespace issuesHugh Graham
2000-05-26more portable manual pagesTheo de Raadt
2000-05-25cause traversal into arch & subdirectories for the purposes of manual page in...Theo de Raadt
2000-05-25man subdirTheo de Raadt
2000-05-25Add dvorak soft map. Currently attributed to Trevor Schroeder, althoughHugh Graham
2000-05-19Prepare to always install some pcvt man pages.Marc Espie
2000-04-28man page matching command, betterMarc Espie
2000-04-12When resetting attributes (VT_NORMAL), do a proper color set.Aaron Campbell
2000-04-12correct pathHugh Graham
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-03-23<sys/callout.h> is no longer.Aaron Campbell
2000-03-14Fix `blink' and `underline' attribute handling for new PC display mode.Aaron Campbell
2000-02-28Don't let scrollback happen if scr_offset == 0.Aaron Campbell
2000-02-27Fix a minor off-by-one error.Aaron Campbell
2000-02-27- Set scr_offset to -1 at driver init, not 0. Fixes a subtle bug.Aaron Campbell
2000-01-22Use .Va macro when referring to the global variable errno.Aaron Campbell
2000-01-19Sloppy me.Aaron Campbell
2000-01-18Change so unmodified function key presses are passed to the application. MatchAaron Campbell
2000-01-17Remove `pc_disp_special'.Aaron Campbell
2000-01-17Remove `pcdisp_special', which was actually a gross hack. Instead, move theAaron Campbell
2000-01-16remove more references to -H and -V. -mojMats O Jansson
1999-12-01noone needs to see this anymoreTheo de Raadt
1999-11-27Shorten printf() strings, KNF, and fix a braino in a switch() statement.Aaron Campbell
1999-11-26switch_screen() takes three arguments, not two; d@Aaron Campbell
1999-11-26undo damage by aaron. what is it with you guys? 4 people (matthieu,Theo de Raadt
1999-11-25sloppy aaronTheo de Raadt
1999-11-25Whoops, didn't mean to step on espie's toes. Also restore some commentsAaron Campbell
1999-11-25Remove the keyboard mouse emulator, HP emulation mode, and PCVT_SHOWKEYSAaron Campbell
1999-11-20ioctl arguments are u_long.Marc Espie
1999-11-18more untested MLINKSTheo de Raadt