Přemysl Eric Janouch p
p pushed to master at p/sdn 2020-10-23 01:37:45 +02:00
2313485970 Bind C-d in the editor
20c883fb8a Implement C-v in the editor
bbf97f6d3d Implement C-u C-k in the editor
Compare 3 commits »
p closed issue p/sdn#4 2020-10-23 01:37:44 +02:00
Improve the built-in editor (input mode)
p pushed to c++ at p/liberty 2020-10-22 02:25:21 +02:00
ddb3a60dcc Experimental support for building as C++
p pushed to master at p/sdn 2020-10-22 00:53:59 +02:00
706795c85c Cleanup
p commented on issue p/sdn#4 2020-10-22 00:11:15 +02:00
Improve the built-in editor (input mode)

With the last commits, the remaining basic bindings are: C-u C-k C-v

p pushed to master at p/sdn 2020-10-22 00:09:10 +02:00
e8eaa2366a Implement Delete in the editor
12d8f6a931 Implement C-a C-e C-b C-f in the editor
5d0c105b10 Make backspace erase combining characters
33a8e26efc Track cursor position in the editor
Compare 4 commits »
p opened issue p/sdn#5 2020-10-21 21:06:23 +02:00
Allow iterating matches in search
p opened issue p/sdn#4 2020-10-21 20:37:08 +02:00
Improve the built-in editor (input mode)
p pushed to master at p/sdn 2020-10-21 08:34:52 +02:00
bbd23187bc Minor fix-ups and adjustments
p pushed to master at p/sdn 2020-10-21 08:27:54 +02:00
a0eacf4607 Add an installation script
p closed issue p/sdn#3 2020-10-21 08:27:53 +02:00
Add an installation script
p pushed to master at p/liberty 2020-10-21 05:32:04 +02:00
53bcebc2f0 Split out utf8_validate_cp(), adhere to RFC 3629
b08cf6c29f Reject overlong UTF-8 sequences
Compare 2 commits »
p opened issue p/sdn#3 2020-10-20 04:27:40 +02:00
Add an instalation script
p pushed to master at p/sdn 2020-10-20 03:58:53 +02:00
37ad5f43df README.adoc: avoid unnecessary quotes for bash
p pushed to master at p/sdn 2020-10-20 03:48:04 +02:00
a95fa2f96d README.adoc: fish after bash
p pushed to master at p/sdn 2020-10-20 03:44:54 +02:00
6f40b8db3a Fix ext-helpers with older bash versions
p pushed to master at p/desktop-tools 2020-10-19 19:57:49 +02:00
a48c2cf4e5 Bump liberty
p pushed to master at p/hex 2020-10-18 22:58:01 +02:00
0304e4fcee README.adoc: update refs to similar software
p commented on issue p/nncmpp#1 2020-10-18 08:13:38 +02:00
Poll for the "elapsed" amount

The naïve approach is very unstable and rather unacceptable, distracting to look at.

We might want to run two timers, one for the more accurate internal clock, and another one for polling the…

p pushed to master at p/nncmpp 2020-10-18 07:30:57 +02:00
6c2ae2f6bb Give up and implement elapsed time polling
b3579d1128 Explain the ticking mechanism
Compare 2 commits »