Daniel Micay
|
497b8667fa
|
use strongly typed enum for overlay_mode
|
2012-07-20 11:05:30 -04:00 |
Daniel Micay
|
bd4b0bd144
|
rm redundant typedefs
|
2012-07-20 11:01:57 -04:00 |
Daniel Micay
|
76274d59ba
|
avoid glib MIN/MAX macros
|
2012-07-20 11:00:49 -04:00 |
Daniel Micay
|
fcb10e72e4
|
cleanup includes
|
2012-07-20 10:56:09 -04:00 |
Daniel Micay
|
7e55478fb1
|
get rid of GTree
|
2012-07-20 10:55:38 -04:00 |
Daniel Micay
|
d44ed632ae
|
minor cleanup (unused param)
|
2012-07-20 10:42:00 -04:00 |
Daniel Micay
|
0e7d8c4ce0
|
use the correct file extension
|
2012-07-20 10:35:45 -04:00 |
Daniel Micay
|
cbfc6264f1
|
fix the url madness once and for all
|
2012-07-20 10:34:36 -04:00 |
Daniel Micay
|
4940cf4a75
|
improved url regex
|
2012-07-20 10:05:46 -04:00 |
Daniel Micay
|
c4a2ee4840
|
handle unset browser in open_selection
|
2012-07-20 05:09:46 -04:00 |
Daniel Micay
|
381316b6f7
|
add binding to open urls
|
2012-07-20 04:54:25 -04:00 |
Daniel Micay
|
b2f90f4e48
|
fix search info reference
|
2012-07-19 22:55:57 -04:00 |
Daniel Micay
|
72f504deaa
|
termite.cfg: cleanup
|
2012-07-17 00:26:26 -04:00 |
Daniel Micay
|
a255895b45
|
get down to a single VTE_TERMINAL cast
|
2012-07-16 21:47:48 -04:00 |
Daniel Micay
|
ac0eec3871
|
rm static from local constants
|
2012-07-16 19:11:16 -04:00 |
Daniel Micay
|
2f45fecbdf
|
move TODO stuff out of the README
|
2012-07-16 19:05:59 -04:00 |
Daniel Micay
|
6a01d52f35
|
rm extra match_remove
|
2012-07-16 18:36:16 -04:00 |
Daniel Micay
|
f26eda9a6f
|
reduce the number of casts needed
|
2012-07-16 18:20:00 -04:00 |
Daniel Micay
|
611e1f8580
|
cleanup callback connect section
|
2012-07-16 18:08:36 -04:00 |
Daniel Micay
|
911ae4de61
|
make more settings dynamically configurable
urgent_on_bell, dynamic_title and clickable_url can now be turned on and
off dynamically
|
2012-07-16 17:56:45 -04:00 |
Daniel Micay
|
d84707ea77
|
move search_panel_info init above load_config
|
2012-07-16 17:09:57 -04:00 |
Daniel Micay
|
f90d92823c
|
pausing output needs to be done differently
XON/XOFF is a fragile solution
|
2012-07-11 18:45:53 -04:00 |
Daniel Micay
|
9bdf88c84a
|
XON has to be sent before restoring c_iflag
|
2012-07-11 17:45:59 -04:00 |
Daniel Micay
|
53c1e6cd50
|
pause output while in command mode
|
2012-07-11 16:32:35 -04:00 |
Daniel Micay
|
4fe67dbc79
|
update README
|
2012-07-11 03:46:27 -04:00 |
Daniel Micay
|
87da2c8359
|
make search part of selection mode
|
2012-07-11 03:38:07 -04:00 |
Daniel Micay
|
950d7c2eb7
|
add to TODO list
|
2012-07-11 03:25:01 -04:00 |
Daniel Micay
|
3780b89749
|
add yank binding to selection mode
|
2012-07-11 02:06:40 -04:00 |
Daniel Micay
|
605237703b
|
draw the selection cursor when entering the mode
|
2012-07-11 00:01:00 -04:00 |
Daniel Micay
|
3bdfd30e0f
|
cursor has to be redrawn when exiting visual mode
|
2012-07-10 19:12:26 -04:00 |
Daniel Micay
|
fd08745d2b
|
move selection code out of callbacks section
|
2012-07-10 00:47:35 -04:00 |
Daniel Micay
|
9d8cfcef84
|
termite.c: cleanup
|
2012-07-10 00:02:55 -04:00 |
Daniel Micay
|
a3785ebef0
|
update expose_text_select.patch
|
2012-07-09 22:44:53 -04:00 |
Daniel Micay
|
66f0ef35aa
|
update for new vte_terminal_select_text API
|
2012-07-09 22:27:17 -04:00 |
Daniel Micay
|
b9ea216495
|
temporary hack: use selection as a cursor
|
2012-07-09 21:13:27 -04:00 |
Daniel Micay
|
02d7e42037
|
add bindings for jumping to first/last row
|
2012-07-09 19:42:25 -04:00 |
Daniel Micay
|
6d4f833f03
|
clamp cursor_row between first/last rows
|
2012-07-09 19:29:22 -04:00 |
Daniel Micay
|
70da200dd9
|
move the scrollback with the selection cursor
|
2012-07-09 16:57:09 -04:00 |
Daniel Micay
|
ae51cb0e98
|
get rid of useless end_row and end_col variables
|
2012-07-09 16:16:41 -04:00 |
Daniel Micay
|
d9a2e7e42a
|
update_selection doesn't modify select_info
|
2012-07-09 16:07:08 -04:00 |
Daniel Micay
|
46b739c9d6
|
update_selection: SELECT_OFF check not needed
|
2012-07-09 03:24:44 -04:00 |
Daniel Micay
|
458087627d
|
add some polish to visual mode switching
* switching between visual modes should not reset the begin row/col
* selection should be updated as soon as the mode is switched
|
2012-07-09 03:19:48 -04:00 |
Daniel Micay
|
131cb20584
|
keyboard-select with scrollback support
note: currently doesn't draw a visible selection cursor
|
2012-07-09 03:10:08 -04:00 |
Daniel Micay
|
eefb56f24c
|
put code for moving cursor to EOL in a function
|
2012-07-08 05:39:37 -04:00 |
Daniel Micay
|
97c4c2749c
|
Makefile: minor cleanup for install target
|
2012-07-08 03:56:43 -04:00 |
Daniel Micay
|
34f209634a
|
wrap vte_terminal_feed for null-terminated strings
|
2012-07-08 03:37:45 -04:00 |
Daniel Micay
|
a5b0e77c99
|
use const in more places
|
2012-07-08 01:48:39 -04:00 |
Daniel Micay
|
1e2114aa57
|
minor reorganization in cursor_moved_cb
|
2012-07-08 01:32:30 -04:00 |
Daniel Micay
|
5045c6beb0
|
reduce scope of begin/end to normal visual mode
|
2012-07-08 01:16:09 -04:00 |
Daniel Micay
|
1a21165a48
|
simplify visual line mode selection
|
2012-07-08 01:15:00 -04:00 |