提交歷史

作者 SHA1 備註 提交日期
  Elliott Hughes e7e4229c05 vi: fix recent changes. 2 年之前
  Elliott Hughes 5c0bb0e443 vi: fix build. 2 年之前
  Rob Landley c3f3f842c5 Replace \033 with \e in strings. 2 年之前
  Rob Landley 9a1b068c35 Remove tty_esc() and tty_jump() wrappers, just output ANSI directly. 2 年之前
  Rob Landley 39f64538c2 Avoid division by 0 error and mmap(0) failure for missing or zero length files. 3 年之前
  Rob Landley d3025b14b9 Convert utf8towc from wchar_t to unsigned (to match wctoutf8). 3 年之前
  Elliott Hughes 0b6757da5d vi: various fixes. 3 年之前
  Elliott Hughes cae14933a6 vi: implement H/M/L. 4 年之前
  Elliott Hughes b580cb3864 vi: semi-functional ^E/^U and ^F/^B. 4 年之前
  Elliott Hughes 8a68f6dd40 vi: don't keep fd open unnecessarily. 4 年之前
  Jarno Mäkipää 6f0f61ad44 vi: Rearrange functions, add o, O, I 4 年之前
  Jarno Mäkipää db188cde1f vi: fix pointer pos when at end of line 4 年之前
  Elliott Hughes 7bf827d37a vi: fix 32-bit build. 4 年之前
  Jarno Mäkipää 055f07aab7 vi: Replace linelist with Piece table based design 4 年之前
  Jarno Mäkipää a459a19c9c vi: Add tests 4 年之前
  Jarno Mäkipää 189d141c60 vi: fixes and small cleanup 4 年之前
  Elliott Hughes df3238e865 vi: don't exit on ^C or ^D. 4 年之前
  Elliott Hughes 3e334d6470 vi: fix warnings, improve status display. 4 年之前
  Jarno Mäkipää a6e03c3df5 vi: unalloc used memory, cleanups, fixes 4 年之前
  Jarno Mäkipää 8440d9b29f vi: fixes 4 年之前
  Jarno Mäkipää 3d0bb23d74 vi: Scroll unmodified lines using escape codes 4 年之前
  Jarno Mäkipää 49f5ac02c5 vi: Added yank 4 年之前
  Jarno Mäkipää a43497b523 vi: changes to buffer drawing 4 年之前
  Jarno Mäkipää 1558f3455f vi: added support for tabs 4 年之前
  Elliott Hughes acc9e87d16 vi: small fixes. 4 年之前
  Jarno Mäkipää 580a88f1a6 vi.c changes to vi cmd execution 5 年之前
  Rob Landley 2a1f89e5d9 Add argument to xflush() so it can test for stdout err without flushing. 5 年之前
  Jarno Mäkipää 5ec4aa7ee5 VI rewrote char delete and hjkl movements 5 年之前
  Jarno Mäkipää 1387c0a6ea vi: bug fixes 5 年之前
  Jarno Mäkipää 6ca648cc1f vi.c improved utf-8 support 5 年之前