Boris Faure
be62d87f89
separate "termstate" from cursor state and screens. Closes T725
9 years ago
Carsten Haitzler
caf4e92302
terminology config - allow gst1 as vid mod config - adjust limit range
9 years ago
Boris Faure
c2b26e0999
fix selecting tabs
9 years ago
Boris Faure
0e18a185fe
correctly handle empty lines when doing selections
9 years ago
Boris Faure
688f417814
config: do not add F11 as default binding to Fullscreen
9 years ago
Boris Faure
d1416cc735
colors ui: "improved" color namming
9 years ago
Boris Faure
52ceae82b1
add meta/hyper to key bindings. Closes T1985
9 years ago
Boris Faure
981f76c6e3
add ugly timeout to http head when trying to preview links
9 years ago
Jean-Philippe Andre
674c680052
Add .dds to list of image extensions, for tycat
9 years ago
Boris Faure
7e4276c033
right click on a selection shows popup to copy it
...
Closes T2246
9 years ago
Carsten Haitzler
16402da20a
fix terminology popup handling to work again
...
popup handling was broken when adding url head checking. it ALWAYS
used the external helpder path regardless of config requesting to
handle internally if possible. this fixes that.
@fix
9 years ago
Boris Faure
80bb25baaa
fix terminology not starting with newer config
9 years ago
Chris Michael
c328ba006e
terminology: Use proper event structure for mouse up callback
...
Summary: When catching evas mouse up callbacks, we should be using the
Evas_Event_Mouse_Up structure for the event
@fix
Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years ago
Boris Faure
709a55889f
Revert "fix colors and show darkgray. Closes T2245"
...
This reverts commit 834ee01532
.
9 years ago
Boris Faure
834ee01532
fix colors and show darkgray. Closes T2245
9 years ago
Boris Faure
29cf913951
termio: make code more readable. Closes CID1291865
9 years ago
Boris Faure
e6c45c593d
win: cleanup: rename Term.term to Term.termio
9 years ago
Daniel Zaoui
6aee349409
Revert "have the "xterm" cursor on the textgrid"
...
This reverts commit 144053f882
.
It totally breaks the terminal splitting.
9 years ago
Boris Faure
0895a1e608
should set "hand2" cursor on links but doesn't work
9 years ago
Boris Faure
144053f882
have the "xterm" cursor on the textgrid
9 years ago
Boris Faure
4abdf4b327
code cleanup: s/if (X) free(X);/free(X);/
9 years ago
Jean Guyomarc'h
73c9e82777
config: typo in config upgrade names
...
Summary: If CONF_VER was 4, config should be upgraded to 5.
Reviewers: billiob
Differential Revision: https://phab.enlightenment.org/D2179
9 years ago
Boris Faure
ed178f5a13
typo
9 years ago
Boris Faure
33322d04af
toggle fullscreen by pressing F11
9 years ago
Boris Faure
7edeea3503
correctly swap term states. Ref T725
9 years ago
Boris Faure
688bf414e4
right trim selections
...
Also add a (near-dumb) string buffer abstraction because working with
Eina_Strbuf, an opaque structure is a PITA.
9 years ago
Boris Faure
b4ba773e17
fix CSI DECSET 1049. Should fix T725
9 years ago
Boris Faure
65d729ce32
font selector: use bg/fg for the preview from config/theme
9 years ago
Boris Faure
4d7708a0f1
tyls: rewrite size_print to avoid arithmetic exception
9 years ago
Boris Faure
6c2e2dfbf5
tyls: fix warnings
...
size comparison
unused variable
9 years ago
Thibaut Broggi
85edd0407c
tyls: remove leaks and fix write() checking
...
leaks were due to a "return 0" in main()
removing it, so that the exit functions from ecore can run properly
changing the way write() was checked, now we check if all chars are printed
9 years ago
Thibaut Broggi
03b88bafc7
tyls: change options management and refactor
...
adding an option "-a" that display hidden files
changing the way options are managed: arguments can no be passed in any order
refactoring size_print function to support ZB and YB
9 years ago
Boris Faure
27304c456f
make terminology start on solaris
9 years ago
Boris Faure
cf1a9a3a01
verify that tcgetattr() does not fail
9 years ago
Boris Faure
ac12f8eec8
handle failure to termio_add()
9 years ago
Boris Faure
12ef99bcf2
fix segfault when Term widget can not be created
9 years ago
Boris Faure
122fa9da0c
add some error messages
...
Also change level of critical error messages
9 years ago
Boris Faure
f13d9ad111
fix compilation on solaris
9 years ago
Boris Faure
2de1cd87b6
pid_t can be long (on solaris)
9 years ago
Aurélien Larcher
2d710e5705
define MIN/MAX in case they're not defined
...
Used for OpenIndiana
9 years ago
Boris Faure
141cfd959d
url head: handle links that are notimages/movies
9 years ago
Boris Faure
be30c069f3
close media popup on escape
9 years ago
Boris Faure
5d169ebd71
correctly check if ecore_con_url_head() is available
9 years ago
Boris Faure
76e9ae6481
do an HTTP HEAD to get media type when poping media
9 years ago
Boris Faure
6762578ace
do only once ecore_con_(url_)init/shutdown()
9 years ago
Boris Faure
ca2d7846a9
fix normal selection after box selection
9 years ago
Boris Faure
e4d357ace2
make terminology work on solaris
...
tcsetattr() should only be called on the slave fd. On linux, both master
or slave are accepted, not on solaris.
9 years ago
Boris Faure
f80d9634e3
fix selection when backscrolling and new content arrives
...
Thanks to Davide Andreoli for the bug report
9 years ago
Boris Faure
feccb7bcab
fix single line selection with ctrl down
9 years ago
Boris Faure
5b4e6de54a
tybg: make tybg without argument display the default wallpaper
...
The ty* tools need some love…
9 years ago