Commit Graph

843 Commits

Author SHA1 Message Date
Simon Gomizelj 4dbd92e478 Add cursor_blink to control blinking. 2012-05-31 02:36:09 -04:00
Daniel Micay 56c1f04cc6 more flexible url command 2012-05-30 13:56:40 -04:00
Daniel Micay dac26bd406 rm useless include guard 2012-05-30 13:43:24 -04:00
Daniel Micay fae27e5b82 fix urgent on beep 2012-05-30 13:30:00 -04:00
Daniel Micay b564e6e40b slight cleanup of color-related code 2012-05-30 09:22:02 -04:00
Daniel Micay 77cc941288 add TODO list 2012-05-30 07:14:08 -04:00
Daniel Micay b0abd5abd8 make icon an option in config.h 2012-05-30 06:54:10 -04:00
Daniel Micay 7d40d65adf Merge pull request #3 from LemonBoy/master
add a window icon
2012-05-30 03:52:33 -07:00
Giuseppe 77b5fa0ab7 Add the window icon. 2012-05-30 13:40:38 +03:00
Daniel Micay 2ffda9fbec silence warnings 2012-05-30 05:36:14 -04:00
Daniel Micay 19dcb8d0cb add keybinds for url searches 2012-05-30 05:35:41 -04:00
Daniel Micay 453eb5793d copy PRIMARY after next/previous search match too 2012-05-30 05:32:05 -04:00
Daniel Micay ca02e5adb3 slight cleanup in search() 2012-05-30 05:27:27 -04:00
Daniel Micay 87ebcd380f update README, scrollback search is now worthwhile 2012-05-30 05:14:05 -04:00
Daniel Micay 0bf7f37ae0 document scrollback search a bit better 2012-05-30 05:12:39 -04:00
Daniel Micay 7e64f3207f copy current search match to PRIMARY (bug in vte?) 2012-05-30 05:09:18 -04:00
Daniel Micay b9482f878e Merge branch 'master' into scrollback-search
Conflicts:
	termite.c
2012-05-30 04:42:24 -04:00
Daniel Micay ca24afcaee add ifdef for function attributes 2012-05-30 04:41:51 -04:00
Daniel Micay 8910553d3d update README 2012-05-30 04:36:44 -04:00
Daniel Micay bce40a4666 replace search_direction enum with a bool 2012-05-30 04:29:25 -04:00
Daniel Micay 2a225520e8 add scrollback search again 2012-05-30 04:22:09 -04:00
Daniel Micay ddaf3cdfe6 remove leftover lines from terminfo 2012-05-27 19:43:53 -04:00
Daniel Micay 5c307b1184 vte-256color terminfo works well 2012-05-25 10:18:50 -04:00
Daniel Micay 476a3d9975 cleanup transparency option 2012-05-25 08:41:46 -04:00
Daniel Micay f9af7d6051 document the existence of ctrl-shift-u 2012-05-25 02:16:41 -04:00
Daniel Micay 1a45b7e501 explicitly depend on at least vte 0.28 2012-05-24 16:14:40 -04:00
Daniel Micay e04b2e8638 remove extra whitespace 2012-05-24 15:14:52 -04:00
Daniel Micay 9434b5cadd Revert "drop ancient vte support, even squeeze has 0.24"
This reverts commit df8db98179.

Conflicts:
	termite.c
2012-05-24 15:03:14 -04:00
Daniel Micay a7534b37d3 GTK_CHECK_VERSION -> VTE_CHECK_VERSION 2012-05-24 15:01:08 -04:00
Daniel Micay 980c1c8120 compatibility with older debian/ubuntu vte 2012-05-24 14:46:19 -04:00
Daniel Micay 0b8d55dac5 add transparency support 2012-05-24 02:52:47 -04:00
Daniel Micay b6b8c8f7fc Revert "add opacity support"
This reverts commit 055c0c4797.
2012-05-24 01:24:59 -04:00
Daniel Micay 055c0c4797 add opacity support 2012-05-24 00:40:14 -04:00
Daniel Micay 4dc5aedbe7 use G_SPAWN_SEARCH_PATH 2012-05-23 23:44:37 -04:00
Daniel Micay ae5857c944 make clickable urls optional 2012-05-23 23:41:55 -04:00
Daniel Micay df8db98179 drop ancient vte support, even squeeze has 0.24 2012-05-23 23:35:17 -04:00
Daniel Micay 828c9bbad4 removing features that tmux/screen handler better 2012-05-23 23:26:49 -04:00
Daniel Micay 7d13c20f5a add primitive way of executing commands 2012-05-23 22:50:01 -04:00
Daniel Micay 484fea0cfb cleanup 2012-05-23 20:15:25 -04:00
Daniel Micay df40bdc12b more robust handling of getting the user's shell 2012-05-23 20:12:46 -04:00
Daniel Micay 63f162c69d rm potential feature (can just be done with tmux+zsh) 2012-05-23 17:07:27 -04:00
Daniel Micay b9df0bcdf8 cleanup README 2012-05-23 14:07:47 -04:00
Daniel Micay 7ec71b2dc8 fix forward url search 2012-05-23 13:40:04 -04:00
Daniel Micay 0f65a7e7a8 remove old vte_terminal_fork_command_full code
vte_terminal_fork_command_full has no way to set TERM
2012-05-23 08:28:03 -04:00
Daniel Micay 84c2f68792 use a custom TERM/terminfo with kbs set correctly 2012-05-23 07:47:56 -04:00
Daniel Micay f1e20d9c75 README.rst: update TODO section 2012-05-23 05:45:48 -04:00
Daniel Micay 3771e54a9c add bindings for copy/paste to/from CLIPBOARD 2012-05-23 05:40:04 -04:00
Daniel Micay d8d462ec1d README.rst: add a description 2012-05-23 05:35:38 -04:00
Daniel Micay 67dc5f74de update TODO list in README 2012-05-23 05:28:45 -04:00
Daniel Micay a5dd4e13c9 update keybindings in README 2012-05-23 05:21:17 -04:00