Boris Faure
6b680317c3
Terminology release 1.3.0
5 years ago
Boris Faure
8fb44906cc
Revert "termpty: better handle ';' in escape sequences. Closes T7475"
...
This reverts commit 3f432544df
.
5 years ago
Boris Faure
3f432544df
termpty: better handle ';' in escape sequences. Closes T7475
5 years ago
Boris Faure
15ec4cb8d4
add some more coverity hacks
5 years ago
Carsten Haitzler
0d7473cd5d
keyin - remove strncpy (so its strcpy) because its useless
...
wel alloc the buffer to be precisely the right size anyway so strncpy
is just more complex code that leads to warnings.
5 years ago
Carsten Haitzler
0d19a81c7f
warning fix - compare unsigned vs unsigned
...
use Eina_Unicode so we compare the same type
5 years ago
Carsten Haitzler
b389ed2b89
check if buffer size is too small strunc was truncated
5 years ago
Carsten Haitzler
80e36857a2
build - new meson git added in as a keyword, so avoid it
...
use input instead of in, and output instead of out to avoid the new
keyword and be consistent.
5 years ago
Boris Faure
df81992e90
termptyesc: fix bug found by tyfuzz
5 years ago
Boris Faure
5e06ee1d78
tyfuzz: support hyperlinks
5 years ago
Boris Faure
dd8e9cedcc
move code about hyperlinks to termpty.c to avoid issues with tyfuzz
5 years ago
Boris Faure
be2f531516
update test case
5 years ago
Boris Faure
4f4875e27d
hyperlinks: only highlight links with same url and id. Closes T6329
5 years ago
Boris Faure
b8488a2059
termio: obj is unused
5 years ago
Boris Faure
9fc4f6c096
termio: remove unused same_link parameter. CID1396157
5 years ago
Boris Faure
1b909cb569
gravatar: also with hyperlinks starting with "mailto:"
5 years ago
Boris Faure
0a6589ca31
termio: fully cleanup past links when hovering hyperlink
5 years ago
Boris Faure
4c54edaa52
termptyesc: handle some utf8 control codes
5 years ago
Boris Faure
a11c591cce
fix const on hyperlink urls
5 years ago
Boris Faure
dc5c291bb9
highlight links on mouseover
...
+ related fixes
5 years ago
Boris Faure
e3faaab83d
termio: simplify _handle_query_esc()
5 years ago
Boris Faure
258cf5c173
add termpty_cell_get()
5 years ago
Boris Faure
05ee717fc0
compute refcount on hyper links
5 years ago
Boris Faure
cc83e6b6f2
parse hyperlinks
...
Ref: T6329
5 years ago
Boris Faure
43ad696570
Merge branch 'terminology-1.2'
5 years ago
Boris Faure
aa0f968860
termpty: soft reset should only reset attributes
5 years ago
Boris Faure
afe94a33f9
remove todo
5 years ago
Boris Faure
7834bede86
include coverity fix as first header
5 years ago
Boris Faure
d92d4a08a2
tools/scroll.sh: make that $ disappear, that's no variable :D
5 years ago
Boris Faure
bd0ca2c224
Merge branch 'terminology-1.2'
5 years ago
Boris Faure
fccc114082
selection: handle scrolling and left/right margins
5 years ago
Boris Faure
9fc660ccb2
termptyesc: DECFRA/DECERA finishes by $x/$z
...
And not just x/z
5 years ago
Boris Faure
873656483b
termpty: remove useless code. termio.h is already included
5 years ago
Boris Faure
de3732d418
termio: extract _handle_query_esc();
...
simplifies the code and removes dead code
5 years ago
Boris Faure
dccd1dec39
use Media_Type instead of int
5 years ago
Boris Faure
460c516db9
README: add codacy badge
5 years ago
Boris Faure
643e783558
termpty: rewrite conditions on size_t ty->backsize
5 years ago
Boris Faure
cf4dbcddd4
sel: remove useless condition
5 years ago
Boris Faure
0bf5343c34
termpty: simplify code
5 years ago
Boris Faure
f55f273362
termptysave: remove dead code
5 years ago
Boris Faure
235e0d27a8
termptysave: remove dead code
5 years ago
Boris Faure
81701f7cda
Merge branch 'terminology-1.2'
5 years ago
Boris Faure
3b8bbb70c6
controls: be able to show the settings twice or more
5 years ago
Boris Faure
9e7258ba3b
get rid of lz4 code as it's unused. Closes T7328
5 years ago
Mike Blumenkrantz
22879d9227
update arcconfig with latest phabricator values
...
Reviewers: billiob
Tags: #terminology
Differential Revision: https://phab.enlightenment.org/D6841
5 years ago
Mike Blumenkrantz
9822adbaa9
options: add info to 'React to key presses' option when multisense is disabled
...
Summary: this informs the user that key press audio is not available
Reviewers: billiob
Tags: #terminology
Differential Revision: https://phab.enlightenment.org/D6840
5 years ago
Boris Faure
780e95a8fb
termpty: remove useless code
5 years ago
Boris Faure
8276135b50
Merge branch 'terminology-1.2'
5 years ago
Boris Faure
e2712c5153
win: do not pass input when tab selector is up
...
Closes T7207
5 years ago
Boris Faure
3b2e1125e2
ipc: "improve" code
...
This code is strange but now a bit less
5 years ago