Boris Faure
426bf933c4
use .mailmap
9 years ago
Boris Faure
707b77fa4d
add NEWS and change release date
9 years ago
Carsten Haitzler
6cbc4c1a09
wrap code - line2 COULD be NULL technically, so handle that case
9 years ago
Boris Faure
05d091483a
fix changing state when swapping buffers. Closes T605
...
For some reason, this is not a real swap. Thanks to gregkh for the great
bug report.
9 years ago
Boris Faure
c93c431279
have a list with the keybindings
...
This is ugly, makes evas complain… but it's better than nothing and users
might discover the bindings about the "tab" switcher…
And we're in feature-freeze.
9 years ago
Boris Faure
2ae7fada13
add dummy option about key bindings
9 years ago
Boris Faure
bb86f4b07b
cleanup options code
9 years ago
Carsten Haitzler
83b8fec527
theme selector - use gengrid instead of list
...
this makes the theme selector look much nicer. it's a step in the
right direction, but not 100% there. did this more as an example for
people filling in wallpaper and color selector (colors will need to
have a scheme/theme and preview too and then a way to edit a custom
theme/scheme).
9 years ago
Boris Faure
0d7bc41f8d
update ChangeLog
9 years ago
Aleksandar Popadić
b31638a630
Fix resize from width=1 to wider.
...
Test Plan:
Shrink terminal to width=1 and expand. Empty lines appear above
prompt line.
Reviewers: billiob
Differential Revision: https://phab.enlightenment.org/D361
9 years ago
Boris Faure
da8c2ce773
emulate cursors if needed on mouse wheel. Closes T411
...
This is done when in alternate buffer and no mouse mode is set.
9 years ago
Boris Faure
fa0cdc0e1d
remove unused parameter
9 years ago
Aleksandar Popadić
d0c6c1d457
Rewrite reflow on resize
...
Summary:
simplify code (treat every resize as a single case) and fill the lines
from the bottom up
Reviewers: billiob
Differential Revision: https://phab.enlightenment.org/D355
9 years ago
Boris Faure
fae338a84f
typo. Closes T544
9 years ago
Boris Faure
185249b6bd
use more safety macros on Termio *sd
9 years ago
Boris Faure
54aa692ee2
fix selection pasting on wrong term. Closes T408
9 years ago
Boris Faure
fd38df3108
fix controls button "copy" not reflecting correct selection state
9 years ago
Boris Faure
49b08115c9
mouse down focuses a term, whatever the button
9 years ago
Carsten Haitzler
4bdf930368
v0.4.0-alpha4
9 years ago
Stefan Schmidt
00141cae3b
build: Add fake doc target
...
I was pondering making up a reason like we should have that for later
documentation but to be totally honest this just to bring it in line
with other efl projects and ease my maintenance on the jenkins side.
9 years ago
Jerome Pinot
b1942dee88
terminology: fix typos in man page
9 years ago
Carsten Haitzler
b827743909
0.4-alpha3
9 years ago
Boris Faure
81a7d98f2f
fix handling of DCH. Closes T537
...
As characters are deleted, the remaining characters between the cursor and
right margin move to the left. Character attributes move with the characters.
The terminal adds blank spaces with no visual character attributes at the right
margin. DCH has no effect outside the scrolling margins.
9 years ago
Aleksandar Popadić
11db9a1117
Fix screen swap when using alternate buffer.
...
Summary:
The circular_offset should not be set to 0 because the first line from
screen2 is copied to the offset line in screen.
Test Plan:
Try "man echo", scroll down and exit. The screen is not restored
properly.
Reviewers: billiob
Reviewed By: billiob
Differential Revision: https://phab.enlightenment.org/D345
9 years ago
Boris Faure
0380b657c4
be able to do selections in a row
...
I do need to write some tests on all that selection mess…
9 years ago
Boris Faure
c6af3675de
fix "shift + dbl click" used to extend selection to a word.
...
imho, this feature is useless…
9 years ago
Boris Faure
b149052d64
do not bring back a selection from the dead
9 years ago
Boris Faure
e5efdabd27
do not send mouse tracking when ctrl/shift are pressed. Closes T39, T535
...
Do just like xterm. It uses them to show some popups.
Ctrl+mouse makes box selection.
9 years ago
Carsten Haitzler
f6e8a42d9a
1.8.0-alpha2
9 years ago
Boris Faure
509a5d1a7b
fix scrolling with selection on irssi in tmux. Closes T404
9 years ago
Boris Faure
df2b87308b
add termpty_screen_swap() to simplify code
9 years ago
Aleksandar Popadić
7447178071
Fix screen refresh with screen, ssh, vim, ...
...
Summary: This closes T143.
Reviewers: billiob
Reviewed By: billiob
Maniphest Tasks: T143
Differential Revision: https://phab.enlightenment.org/D340
9 years ago
Boris Faure
f8edf059d4
fix scrolling bug. Closes T106
...
Was fixed with help from great bug report by thomasg.
scroll_rev was ok
10 years ago
Boris Faure
40f0dc6950
simplify code
10 years ago
Boris Faure
4bc3357a91
improve debug output
10 years ago
Carsten Haitzler
ecb2962dd5
capitalize option label
10 years ago
Boris Faure
1619b744f3
update man page
10 years ago
Boris Faure
4f05397bd5
tabs are implemented
10 years ago
Boris Faure
35627a9395
remove useless code
10 years ago
Boris Faure
03802df2a9
simple click doesn't create one-char selection
...
(for real…)
10 years ago
Boris Faure
06337a8d67
only require 1.7.0 for smart git users
10 years ago
Boris Faure
05ea863dc5
disable selection when resizing
...
because I don't want to deal with that for the moment
10 years ago
Boris Faure
2fcdd866ad
remove debug =]
10 years ago
Boris Faure
997b83cad4
fix simple click producing one-char selection
10 years ago
Boris Faure
8c7dab9fdf
remove selection when content selected changes
10 years ago
Boris Faure
bc15fc6ff6
keep selection when scrolling
10 years ago
Boris Faure
d682db21fb
selection to the edges scrolls
10 years ago
Boris Faure
90d3bf483c
fix stretching selection
10 years ago
Boris Faure
082942ef55
fix clicking to unselect
10 years ago
Boris Faure
c16786416d
simplify selection code
10 years ago