Commit Graph

9 Commits

Author SHA1 Message Date
Antoine POPINEAU
51e7a60b7a Add manpage generation test run. 2024-08-07 07:52:55 +02:00
Antoine POPINEAU
2b6d06545d
Updating CI actions. 2024-04-25 20:32:12 +02:00
Antoine POPINEAU
9712edfc35 Added a test and changed README. 2024-01-02 12:54:43 +01:00
Antoine POPINEAU
d215a2f390 Test CI updates for tip and release. 2023-11-05 12:26:30 +01:00
Antoine POPINEAU
ef41d59918 Update CI workflows. 2023-11-05 12:26:30 +01:00
Antoine POPINEAU
0bd8dde043
Fix behavior on ^A and unicode support.
^A now correctly takes the user to the beginning of the current field.

The strategy initially used for string indexing was pretty naive and did
not take Unicode into account (and characters spanning multiple bytes).
This would mess up cursor offset calculations and overall string
indexing (leading to crashes).
2020-07-06 13:43:56 +02:00
Antoine POPINEAU
413689bf80
Fixed artifact generation for armv7h. Mention stable AUR package in README. 2020-07-05 12:59:14 +02:00
Antoine POPINEAU
b7c4ecb4cd
Use 'armv7h' instead of 'armv7'. 2020-07-05 11:51:25 +02:00
Antoine POPINEAU
ca8fd8fde1
Prepare CI for first tagged release [skip ci]. 2020-07-04 23:34:24 +02:00