index
:
vis
FreeBSD-single
lua_changes
master
old
a neat vi-like editor
Mitchell Riedstra
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
view.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-08
view: do not highlight matching symbols if selection is active
Marc André Tanner
1
-1
/
+1
2015-11-08
vis: introduce vis namespace for lua objects
Marc André Tanner
1
-9
/
+7
2015-11-08
vis: implement :set colorcolumn
Marc André Tanner
1
-0
/
+22
2015-11-08
vis: factor out syntax highlighting code
Marc André Tanner
1
-47
/
+58
2015-11-08
vis: implement :set cursorline
Marc André Tanner
1
-0
/
+3
2015-11-08
vis: experimental support for lua/lpeg based syntax highlighting
Marc André Tanner
1
-15
/
+166
2015-11-08
vis: remove regex based syntax highlighting
Marc André Tanner
1
-76
/
+7
2015-10-31
view: make zb command more robust
Marc André Tanner
1
-4
/
+2
2015-10-26
vis: merge editor.c into vis.c
Marc André Tanner
1
-1
/
+1
2015-10-20
view: ensure minimal window size
Marc André Tanner
1
-0
/
+4
2015-10-15
ui: cleanup redrawing
Marc André Tanner
1
-1
/
+1
2015-10-14
view: cleanup whitespace replacement symbol handling
Marc André Tanner
1
-31
/
+27
2015-10-14
view: cleanup option handling
Marc André Tanner
1
-0
/
+8
2015-10-14
ui: refactor syntax style definitions
Marc André Tanner
1
-9
/
+10
2015-08-06
vis: implement gv to restore last selection
Marc André Tanner
1
-2
/
+24
2015-08-01
view: hide API to free main cursor
Marc André Tanner
1
-1
/
+2
2015-07-31
vis: cleanup handling of charwise/linewise motions
Marc André Tanner
1
-7
/
+13
2015-07-28
vis: use multiple cursor/selection infrastructure
Marc André Tanner
1
-0
/
+11
2015-07-28
vis: ESC in normal mode clears all cursors
Marc André Tanner
1
-2
/
+10
2015-07-28
vis: add per cursor registers
Marc André Tanner
1
-0
/
+6
2015-07-28
text: move utility functions to separate file
Marc André Tanner
1
-0
/
+1
2015-07-26
view: use a mark to keep track of the visible area
Marc André Tanner
1
-2
/
+10
2015-07-26
view: do not set cursor position after resize
Marc André Tanner
1
-1
/
+0
2015-07-26
view: always fill out complete cell matrix
Marc André Tanner
1
-12
/
+17
2015-07-26
vis: add infrastructure to support multiple cursors/selections
Marc André Tanner
1
-179
/
+410
2015-07-21
ui: further separate curses related user interface code
Marc André Tanner
1
-5
/
+5
2015-07-07
view: properly NUL terminate whitespace replacement symbols
Marc André Tanner
1
-3
/
+3
2015-07-06
Make selection contiguous over whitespace symbols
Marc André Tanner
1
-2
/
+3
2015-07-06
Move filename from Text to File
Marc André Tanner
1
-2
/
+0
2015-07-03
Fix handling of multibyte characters (at start of display area)
David B. Lamkins
1
-1
/
+3
2015-07-03
Add :show command to display special symbols for whitespaces
Marc André Tanner
1
-16
/
+78
2015-06-30
Perform character prev/next movements based on Text not View
Marc André Tanner
1
-40
/
+0
2015-06-30
Cleanup insert/replace mode input handling
Marc André Tanner
1
-74
/
+6
2015-04-22
Rename window.[ch] to view.[ch]
Marc André Tanner
1
-0
/
+898