index
:
ted.git
trunk
variable-width
A text editor.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
session.c
Age
Commit message (
Collapse
)
Author
2023-08-13
internalize Node
pommicket
2023-08-12
internalize buffer - broke some stuff
pommicket
2023-08-09
more pointerizing of buffers, fix memory leaks
pommicket
2023-08-09
new node/buffer system, needs more testing
pommicket
2023-08-05
separate ted-internal.h
pommicket
2023-07-19
font fallbacks
pommicket
2023-01-09
fixed a bunch of windows stuff
pommicket
also compile_commands.json does fix the usages problem!
2023-01-04
the great "filename to path" rename
pommicket
2023-01-04
some ted.h documentation
pommicket
2023-01-02
restructure LSP stuff
pommicket
2023-01-01
char const => const char
pommicket
2023-01-01
move functions from io.c to session.c
pommicket
2022-11-02
new settings system bugfixes, use ted_active_settings more
pommicket
2022-07-29
per-language settings
pommicket
also fixed ctrl+/ in go
2021-03-05
fix :shell with no files open, write cwd to session
Leo Tenenbaum
2021-03-04
fix session on windows
Leo Tenenbaum
2021-03-03
:shell, bugfixes
Leo Tenenbaum
2021-03-02
fix restore session if no active buffer on close
Leo Tenenbaum
also more command selector
2021-03-01
restore session
Leo Tenenbaum