Moul
|
4df0f1b9f6
[mod] remove execution rights on files.
|
4 years ago |
Moul
|
7e436be0c2
[mod] use libft as a subtree, fixes:
|
4 years ago |
Moul
|
235fc80551
[enh] some cleaning about herething.
|
4 years ago |
Moul
|
a7ffb81de4
[enh] move up and down:
|
4 years ago |
Moul
|
1bbfef3a69
[enh] add herething wip.
|
4 years ago |
Moul
|
c2d14dbdd8
[enh] store variables in struct. Rename struct header.
|
4 years ago |
Moul
|
6e22f462c5
[norm] works on headers
|
4 years ago |
Moul
|
b6fc7742b5
[enh] header: split shell and term caps f() in two header files.
|
4 years ago |
Moul
|
635543cf16
[enh] suppr: implement better and working left and right suppr
|
4 years ago |
Moul
|
208f6761e8
[fix] left_suppr: send address to directly modify the cmd.
|
4 years ago |
Moul
|
fb7fee9ef4
[mod] left_suppr: return modificated cmd and manage cursor position from outside the f().
|
4 years ago |
Moul
|
c0f663ae77
[enh/wip] update readme, add other cmds for Begin/end, add wip to move
|
4 years ago |
Moul
|
3632b88d1d
[enh] termcaps: use generic f() to do a termcaps action. left del: use previous f().
|
4 years ago |
Moul
|
d91fbad7de
[wip] line edition: add left suppr.
|
4 years ago |
Moul
|
cad42b744a
[enh] termcaps: display cmd using clear 'Ctrl + L'.
|
4 years ago |
Moul
|
5395577d69
[enh] termcaps: move functions in term_tools.c. Rename keys.c to move_horizontally.c.
|
4 years ago |
Moul
|
1729c9bdb5
[enh] termcaps: refactor moving horizontaly begin and end. Use more generic functions to move horizontaly.
|
4 years ago |
Moul
|
904caa88b7
[enh] termcaps: refactor moving right and left with arrows and add corresponding doc.
|
4 years ago |
Moul
|
bae67f48ce
[enh] termcaps: rename arrows.c -> keys.c file.
|
4 years ago |
Moul
|
17f24a2ca2
[enh] termcaps: add 'Ctrl + L' clear function. Some cleaning.
|
4 years ago |
Moul
|
1141589d1a
[enh] termcaps: handle 'end' key. Move functions in arrows.c.
|
4 years ago |
Moul
|
8d014e1423
[wip] termcaps: handle cursor position, handle seperatly printable char and keys. Add '\n'.
|
4 years ago |
Moul
|
f3fee9e15e
[enh] termcaps/history: buf of 4 chars, add double chained history list.
|
4 years ago |
Moul
|
2ef80b87fd
[enh/doc] termcaps: cleanning, rename fn(), add doc, add todo.
|
4 years ago |
Moul
|
77952ab906
[enh] termcaps: remove useless open_shell() which is replaced by tercaps.
|
4 years ago |
Moul
|
137fbedd47
[wip] termcaps: add prompt read and key values.
|
4 years ago |
Moul
|
738850dc88
[wip] term: add basic termcaps feature: reading, detection of arrows and CTRL + D.
|
4 years ago |
Moul
|
d0a0207f64
[norm] redirections: move heredoc functions in heredoc.c file.
|
4 years ago |
Moul
|
d08c535926
[fix] redirections: prenvent segfault by checking there is char before and after chevrons. Add corresponding unit tests.
|
4 years ago |
Moul
|
250346e5a8
[enh] termcaps: move includes in sh.h and other enh.
|
4 years ago |