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
/
vis.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-22
silence new gcc warnings
Randy Palamar
1
-2
/
+2
2025-12-22
move all standard library includes into util.h
Randy Palamar
1
-23
/
+2
2025-12-16
make vis a single file build
Randy Palamar
1
-0
/
+19
2025-12-16
delete functions which were exposed as unused
Randy Palamar
1
-16
/
+0
2025-12-16
mark all functions in headers with VIS_EXPORT or VIS_INTERNAL
Randy Palamar
1
-1
/
+2
2025-12-16
main: make vis instance into a global
Randy Palamar
1
-13
/
+9
2025-02-22
style_set: add option to keep non-default style values
infastin
1
-6
/
+6
2025-01-12
buffer: drop buffer_move function
Randy Palamar
1
-6
/
+2
2025-01-12
array: delete oneliners
Randy Palamar
1
-2
/
+2
2025-01-11
buffer: clear out one line functions
Randy Palamar
1
-2
/
+2
2025-01-11
buffer: delete pointless buffer_init function
Randy Palamar
1
-6
/
+3
2025-01-08
ui: pass window id when setting style
Randy Palamar
1
-6
/
+6
2025-01-04
remove duplicated read_buffer functions
Randy Palamar
1
-7
/
+2
2025-01-02
check the life time of subprocesses before freeing vis
Florian Fischer
1
-0
/
+1
2024-09-13
support piping a buffer to an external process
Florian Fischer
1
-18
/
+56
2024-05-30
remove the vis->initialized member
Randy Palamar
1
-0
/
+1
2024-05-24
combine Win and UiWin
Randy Palamar
1
-18
/
+17
2024-05-24
remove SyntaxSymbol redirection type
Randy Palamar
1
-1
/
+1
2024-05-21
remove some view pointer chasing
Randy Palamar
1
-38
/
+36
2024-05-21
remove some ui pointer chasing
Randy Palamar
1
-27
/
+26
2024-05-21
replace UiTerm with Ui & delete function pointers
Randy Palamar
1
-41
/
+25
2024-05-21
replace UiTermWin with UiWin & remove function pointers
Randy Palamar
1
-13
/
+9
2024-05-21
make Selection unopaque
Randy Palamar
1
-7
/
+6
2024-05-21
make View unopaque
Randy Palamar
1
-14
/
+14
2024-05-21
cleanup some single line get/set functions
Randy Palamar
1
-32
/
+2
2024-05-21
cleanup vis event interface
Randy Palamar
1
-99
/
+13
2024-05-19
fix primary cursor color display
nobody
1
-1
/
+2
2024-05-12
lua: allow changing the displayed file of a window
Florian Fischer
1
-0
/
+12
2024-04-29
Emit an event (ui_draw) immediately before drawing the screen
Rudy Dellomas III
1
-0
/
+4
2024-03-25
ui: refactor style handling
Randy Palamar
1
-49
/
+19
2024-03-25
Add parentheses around '&&' within '||'.
Matěj Cepl
1
-2
/
+2
2023-10-17
apply configured foreground to matching pair
Randy Palamar
1
-0
/
+1
2023-10-17
apply configured foreground to selections
Randy Palamar
1
-0
/
+1
2023-10-10
vis_pipe: correctly return non-zero exit status
Randy Palamar
1
-1
/
+4
2023-08-27
Make expandtab option window-local
Alexey Yerin
1
-2
/
+2
2023-08-27
Make tabwidth option window-local
Alexey Yerin
1
-3
/
+1
2023-08-24
Implementation of the non-blocking process running Lua API
xomachine
1
-1
/
+4
2023-08-01
Prevent flickering in curses
Ian Hixson
1
-0
/
+8
2023-07-18
Add fullscreen param to vis_pipe_collect() and Lua API vis:pipe()
Jörg Bakker
1
-4
/
+6
2023-06-06
Limit to lines within range for inner text objects
Miles Canfield
1
-0
/
+3
2022-11-29
fix miscellaneous spelling mistakes
Nick Hanley
1
-1
/
+1
2022-07-27
vis: Some duplicate files were overlooked due to a condition in the wrong place
Tom Schwindl
1
-5
/
+7
2022-07-23
vis: Compare non-existing files by name and existing files by inode
Tom Schwindl
1
-5
/
+12
2022-07-12
vis: Compare inodes instead of filenames
Tom Schwindl
1
-3
/
+8
2021-02-15
vis: correctly close pipe connected to stdin of external process
Marc André Tanner
1
-2
/
+2
2020-12-10
fix typos in comments
Moesasji
1
-2
/
+2
2020-11-14
vis: fix <C-c> processing after SIGINT
Marc André Tanner
1
-1
/
+2
2020-09-20
Merge branch 'emg-add-ignorecase' of https://github.com/deepcube/vis into master
Marc André Tanner
1
-1
/
+2
2020-09-19
Add ignorecase option
Evan Gates
1
-1
/
+2
2020-09-17
Pass up terminal CSI as events to Lua.
Ez Diy
1
-0
/
+15
[next]