1. df6488a Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  2. 8a8e2eb correctly use HOST_NAME_MAX. by deraadt · 10 years ago
  3. fc05bf2 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  4. 747cab4 No need for $Id$ now. by Nicholas Marriott · 10 years ago
  5. e4bf1e5 Add V for select line with vi(1) keys. From Juho Pohjala. by nicm · 10 years ago
  6. 562af86 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  7. 900f6fc Tidy up some includes. by nicm · 10 years ago
  8. a27ba6e Add xreallocarray and remove nmemb argument from xrealloc. by nicm · 10 years ago
  9. 2874a43 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  10. 4e956d5 Various minor style and spacing nits. by nicm · 10 years ago
  11. 29d20a5 Fix two copy mode problems: by nicm · 10 years ago
  12. d02c4bd Merge branch 'obsd-master' by Thomas · 11 years ago
  13. adc1f21 Three small changes from Tiago Cunha: by nicm · 11 years ago
  14. 76cb088 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  15. 88a4da9 Don't let cursor position overflow when reflowing, from Christopher Collins. by Nicholas Marriott · 11 years ago
  16. 9b7e18f Rework reflow code so it does not do so much allocation which should be by Nicholas Marriott · 12 years ago
  17. 99cc001 Rework reflow code so it does not do so much allocation which should be faster by Nicholas Marriott · 12 years ago
  18. 64da762 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  19. 8903c1f Automatically reflow wrapped lines when a pane is resized, requested by by Nicholas Marriott · 12 years ago
  20. a432fcd Sync OpenBSD patchset 1150: by Tiago Cunha · 12 years ago
  21. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  22. dc83ba0 Sync OpenBSD patchset 1065: by Tiago Cunha · 13 years ago
  23. 87d092d Michael Krysiak points out that some terminals (eg mintty) have cursor by Nicholas Marriott · 13 years ago
  24. 391f1f0 Expand the Id keyword. by Tiago Cunha · 13 years ago
  25. b2f301f Sync OpenBSD patchset 916: by Tiago Cunha · 13 years ago
  26. 7197555 Sync OpenBSD patchset 915: by Tiago Cunha · 13 years ago
  27. 3ea5e06 Support DECSCUSR sequence to set the cursor style with two new by Nicholas Marriott · 13 years ago
  28. 944b5e6 Support xterm(1) cursor colour change sequences through terminfo(5) Cc by Nicholas Marriott · 13 years ago
  29. b581201 Sync OpenBSD patchset 901: by Tiago Cunha · 13 years ago
  30. a70df70 Don't need vis.h anymore. by Nicholas Marriott · 13 years ago
  31. b1dfc74 Don't use strnvis for the title as it breaks UTF-8. set-titles is now by Nicholas Marriott · 13 years ago
  32. 0b8ce56 Fix rectangle copy to behave like emacs - the cursor is not part of the by Nicholas Marriott · 14 years ago
  33. 20ed20e Fix rectangle copy to behave like emacs - the cursor is not part of the by Nicholas Marriott · 14 years ago
  34. 11497af Solaris has MAXHOSTNAMELEN in netdb.h. by Nicholas Marriott · 14 years ago
  35. 3743238 From Bob Beck: by Nicholas Marriott · 15 years ago
  36. ac9daf9 Merge copy mode and output mode, dropping the latter. Idea and code from by Nicholas Marriott · 15 years ago
  37. 2d74ce1 Merge output (more) and copy modes into one single mode (called copy). by Micah Cowan · 15 years ago
  38. 6704c86 rather than using an empty "" as the default window title, put the hostname by Bob Beck · 15 years ago
  39. 3c37b09 Sync OpenBSD patchset 636: by Tiago Cunha · 15 years ago
  40. 3ef3802 Rectangle copy support, from Robin Lee Powell. by Nicholas Marriott · 15 years ago
  41. 4d8d70a Sync OpenBSD patchset 598: by Tiago Cunha · 15 years ago
  42. 739b937 Fix selection behaviour when the cursor is moved backwards (ie so the selection by Nicholas Marriott · 15 years ago
  43. cc094fd Sync OpenBSD patchset 581: by Tiago Cunha · 15 years ago
  44. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  45. 37b0bcd Sync OpenBSD patchset 226: by Tiago Cunha · 15 years ago
  46. 5e01b6d Change the way the grid is stored, previously it was: by Nicholas Marriott · 15 years ago
  47. 09c6432 Sync OpenBSD patchset 207: by Tiago Cunha · 15 years ago
  48. 97f105c Plug some memory leaks. by Nicholas Marriott · 15 years ago
  49. c30fbd1 When resizing a screen smaller in alternate screen mode, all the lines needed by Nicholas Marriott · 15 years ago
  50. 21cfef4 When resizing a screen smaller in alternate screen mode, all the lines needed by Nicholas Marriott · 15 years ago
  51. ad006bc When resizing a screen smaller in alternate screen mode, all the lines needed by Nicholas Marriott · 15 years ago
  52. e63567d Support "alternate screen" mode (terminfo smcup/rmcup) typically used by full by Nicholas Marriott · 15 years ago
  53. 3592859 Support "alternate screen" mode (terminfo smcup/rmcup) typically used by full by Nicholas Marriott · 15 years ago
  54. 8be8016 When the terminal size is reduced horizontally, don't truncate lines to the new by Nicholas Marriott · 15 years ago
  55. 58361eb When the terminal size is reduced horizontally, don't truncate lines to the new by Nicholas Marriott · 15 years ago
  56. 2ddcb51 Fix $Id$. by Nicholas Marriott · 15 years ago
  57. 9875be3 When reinitialising the screen, do not omit to clear the last line. by Nicholas Marriott · 15 years ago
  58. 8c497ec When reinitialising the screen, do not omit to clear the last line. by Nicholas Marriott · 15 years ago
  59. 32312e0 vis compat stuff. by Nicholas Marriott · 15 years ago
  60. a5830b9 Restore $Id$ and add script to do so. by Nicholas Marriott · 15 years ago
  61. 3ec8efc Fix a type mismatch warning in assignment. by Nicholas Marriott · 15 years ago
  62. e6e1b45 Change to match xterm's resizing behaviour, including pushing lines into the by Nicholas Marriott · 15 years ago
  63. 1b24538 Proper support for tab stops (\033H etc), using a bitstring(3). Makes another by Nicholas Marriott · 15 years ago
  64. 7597cb6 Pass window titles through vis(1). <0x20 is dropped anyway by the input state by Nicholas Marriott · 15 years ago
  65. 3db2433 Fix a type mismatch warning in assignment. by Nicholas Marriott · 15 years ago
  66. f4b8f00 Change to match xterm's resizing behaviour, including pushing lines into the by Nicholas Marriott · 15 years ago
  67. d42fb43 Proper support for tab stops (\033H etc), using a bitstring(3). Makes another by Nicholas Marriott · 15 years ago
  68. 2faec76 Pass window titles through vis(1). <0x20 is dropped anyway by the input state by Nicholas Marriott · 15 years ago
  69. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago
  70. 143aa71 Space trimmage mega-diff. by Nicholas Marriott · 15 years ago
  71. cf7b384 Better UTF-8 support, including combined characters. Unicode data is now stored by Nicholas Marriott · 16 years ago
  72. 6c0728f Step 2 of the Grand Plan To Make UTF-8 Better. by Nicholas Marriott · 16 years ago
  73. 989d67c struct grid_data -> struct grid. Stage 1 of the Grand Plan To Make UTF-8 Better. by Nicholas Marriott · 16 years ago
  74. a1b43fa Trim spaces. by Nicholas Marriott · 16 years ago
  75. 7a82e86 Make window options work the same was as session options, add mode-fg/mode-bg options, force -g for global on set/show/setw/showw/ by Nicholas Marriott · 16 years ago
  76. 23e7da1 Clear correct range. by Nicholas Marriott · 16 years ago
  77. c2a5ffa Shut gcc up. by Nicholas Marriott · 16 years ago
  78. 9d6827e UINT_MAX. by Nicholas Marriott · 16 years ago
  79. 62457bc Trim. by Nicholas Marriott · 16 years ago
  80. efe5573 Internal screen data rewrite for better 256 colour/UTF-8 support. by Nicholas Marriott · 16 years ago
  81. f07cedf Rename some functions. by Nicholas Marriott · 16 years ago
  82. ded3480 Split colour functions from screen. by Nicholas Marriott · 16 years ago
  83. 19a2c87 Initial UTF-8 support. by Nicholas Marriott · 16 years ago
  84. 6674197 Fix bold/non-bold mismatch in 256 colour mode by adding an extra 8 bits (ick) onto the attributes and using two of them to mark the fg and bg as 256 colours when necessary. If only it was 255 colours we would have one value for default and wouln't need this :-/. by Nicholas Marriott · 16 years ago
  85. 4235ddb Initial 256 colour support, lightly tested. by Nicholas Marriott · 16 years ago
  86. 3337dfc Support keypad mode, and get rid of SCREEN_DEF*. Meant to commit these separately but forgot :-/. by Nicholas Marriott · 16 years ago
  87. 815b217 These flags are off by default. by Nicholas Marriott · 16 years ago
  88. ee8a9d2 Handle kcursor+kkeypad (switch to OA from [A). by Nicholas Marriott · 16 years ago
  89. d90d646 Zombie windows, requested by Will Maier. by Nicholas Marriott · 16 years ago
  90. 99df48d Trimify. by Nicholas Marriott · 16 years ago
  91. 62d7ad2 Clear blank area properly on redraw, and add a marker line below it. by Nicholas Marriott · 16 years ago
  92. 9e6090a Per-session configuration options. by Nicholas Marriott · 16 years ago
  93. 205b78e Some key tweaks, fix status bar to not rely on attr. by Nicholas Marriott · 17 years ago
  94. e215e17 Filling with the right attr should be done in screen-display.c. by Nicholas Marriott · 17 years ago
  95. 21d10e6 Use the current attr/colours for filling in new areas, this fixes the echo \\033[35\;46m\\033[2J bug. by Nicholas Marriott · 17 years ago
  96. 103748d Major reorganisation of screen handling. by Nicholas Marriott · 17 years ago
  97. 8419e99 The tty code already stores attributes and doesn't modify them if unaltered, so the screen drawing code doesn't need to do so too. This probably also fixes bugs when switching screens where the actual tty attributes may not have been what the draw code (erroneously) expected. by Nicholas Marriott · 17 years ago
  98. 3962c5f Change window name on \ek...\e\. by Nicholas Marriott · 17 years ago
  99. 77386db Turn mouse on/off as appropriate. by Nicholas Marriott · 17 years ago
  100. c6384a7 Flush data on tty open. Also reset colour before clearing line/screen. by Nicholas Marriott · 17 years ago