Commits
Commit:
d89eb764fd5d3a5ec0b5b30d85ecdc14789bb7cf
Date:
Sun Apr 24 12:24:18 2022
UTC
replace has_prefix with strncmp
Commit:
0d877486d2b85f6e333e50765e1f2cf8119da67c
Date:
Thu Feb 24 18:26:14 2022
UTC
const-ify some tables
Commit:
b96fa8fe23277bee0c42d55dae506449d83909bc
Date:
Wed Jan 19 19:47:07 2022
UTC
use parser_init instead of directly calling the parser init fn
Commit:
9d65b1d9ae3209a8a2bc8e8c376dede4f71290ce
Date:
Tue Jan 11 17:21:40 2022
UTC
move util.c declarations in utils.h
it's not spelled `util.h' because otherwise it'd get included instead
of /usr/include/util.h
Commit:
95a8c791ec85e7b79a1975e82a22f7c07dbb9107
Date:
Thu Aug 26 10:40:55 2021
UTC
fmt (some missing space -> tab conversion)
Commit:
e63a0ab3ac22a615abe6e3c366f198331c08509c
Date:
Fri Jul 30 13:28:47 2021
UTC
typo
* mime.c (ptable): colorize text/x-patch
Commit:
cceed45f11078ff79c8c90ec830a2c3e4fe2a838
Date:
Fri Jul 30 13:24:13 2021
UTC
handle text/x-diff and application/x-patch too as diffs
Commit:
ba49fdf91d954e8173e65ade03d58ea09accd8ce
Date:
Fri Jul 30 12:42:58 2021
UTC
colorize text/x-patch
Commit:
786e6deb98e5c4050020215a479330250ed9736e
Date:
Wed Jul 21 14:35:24 2021
UTC
always include compat.h first
Commit:
395b9f4e3ca29a4a162e3ce47a1bd9db738ff5a1
Date:
Mon Jul 12 17:18:19 2021
UTC
move parser declarations so parser.h
Commit:
46f6e97405d8f8693a6b1b1213974f96f3da3bab
Date:
Mon May 17 10:40:58 2021
UTC
rename: s/window/buffer (but not always)
this aims to solve (albeit only partially) the confusion between
telescope' ``struct window'' and ncurses WINDOW. It also brings some
more emacs-like nomenclature, which may be a good thing.
Commit:
2ba66cea888e1513fbf169b49e7d75848f4f1ec4
Date:
Mon Mar 22 08:44:36 2021
UTC
big refactor: introduce the window abstraction
- commands now take a struct window* instead of a raw tab
- the struct ui_state is gone
- using a window for the minibuffer too helps avoid code duplication
- it will let us having more than one window on a tab! :DD
It doesn't seem to have broken anything...
Commit:
c49d61bc3806c1bb3056fb05deb5080c5a32ee9d
Date:
Fri Mar 12 10:03:08 2021
UTC
add generic text/* support
Commit:
748b15facbb42406a4fe72cfa4de2e72f005492e
Date:
Fri Mar 12 09:40:52 2021
UTC
add mime.c
Omar Polo