Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
|
2024-06-15
| ||
| 13:05 | Update minline.nimble leaf check-in: 076af967e5 user: noreply@github.com tags: trunk | |
|
2023-10-08
| ||
| 12:51 | Removed nimline.nim. check-in: 6c2355252a user: h3rald@h3rald.com tags: trunk | |
|
2023-08-11
| ||
| 02:17 | Added description check-in: e44b7d54de user: h3rald@h3rald.com tags: trunk | |
|
2023-08-02
| ||
| 15:18 | Updated release. check-in: 5196bf8c76 user: h3rald@h3rald.com tags: trunk, v0.1.1 | |
| 15:07 | Removed unnecessary gcsafe flag. check-in: 9dd76abbd9 user: h3rald@h3rald.com tags: trunk | |
|
2023-07-30
| ||
| 20:12 | Renamed to minline. check-in: e44286a4c5 user: h3rald@h3rald.com tags: v0.1.0, trunk | |
| 20:05 | Renaming to minline. check-in: dac7c9d4c3 user: h3rald@h3rald.com tags: trunk | |
|
2023-07-28
| ||
| 14:00 | Implementing real multiline support. leaf check-in: 322acbb91c user: h3rald@h3rald.com tags: trunk, minline | |
|
2023-07-27
| ||
| 14:21 | Re-implenting with support for line wrapping. check-in: 3911db3084 user: h3rald@h3rald.com tags: trunk, minline | |
|
2023-07-26
| ||
| 16:36 | Implemented movement/insertion/deletion (missing some edge cases). check-in: 82386a0d8b user: h3rald@h3rald.com tags: trunk, minline | |
| 04:38 | Re-implementing arrow keys. check-in: 1e10c7cadc user: h3rald@h3rald.com tags: trunk, minline | |
|
2023-07-25
| ||
| 14:02 | Reviewing implementation for movement keys. check-in: f9e712da3d user: h3rald@h3rald.com tags: trunk, minline | |
| 12:08 | Re-implementing multiline support. check-in: 90da9f56cd user: h3rald@h3rald.com tags: trunk, minline | |
|
2023-07-24
| ||
| 14:56 | Reimplementing core methods. check-in: 483bf077cc user: h3rald@h3rald.com tags: trunk, minline | |
| 14:05 | Reviewing implementation. check-in: 46f28df40e user: h3rald@h3rald.com tags: trunk, minline | |
| 09:38 | Renamed to minline. check-in: cdcc3dbbe0 user: h3rald@h3rald.com tags: trunk, minline | |
|
2023-07-23
| ||
| 14:37 | Implementing new procs. leaf check-in: 40bd49dffc user: h3rald@h3rald.com tags: trunk, origin/multinimline | |
| 13:00 | Started implementing multiline support. check-in: 966b9eabbb user: h3rald@h3rald.com tags: trunk, origin/multinimline | |
|
2023-06-16
| ||
| 04:53 | Merge pull request #15 from inivekin/fix-min-ansi-code-output check-in: 80bbac739e user: noreply@github.com tags: trunk | |
|
2023-06-15
| ||
| 22:33 | Prevents ansi reset code output on exit when not an interactable terminal check-in: f08b3cf420 user: inivekin tags: trunk | |
|
2022-01-27
| ||
| 20:56 | Merge pull request #14 from gcao/feature/add_to_nimble check-in: 184aee2525 user: noreply@github.com tags: trunk | |
| 15:17 | Add nimble definition check-in: 7a9578eed8 user: noreply@github.com tags: trunk | |
|
2021-02-15
| ||
| 01:57 | Experimenting on overflow leaf check-in: e1860caf49 user: h3rald@h3rald.com tags: multiline, trunk | |
|
2021-02-09
| ||
| 06:12 | Merge branch 'master' into multiline check-in: 620ffd8875 user: h3rald@h3rald.com tags: multiline, trunk | |
| 03:55 | Implemented multiline behavior for left and right arrows. check-in: 80be74b8c2 user: h3rald@h3rald.com tags: multiline, trunk | |
| 02:48 | Improved up and down operations check-in: 7866af389d user: h3rald@h3rald.com tags: multiline, trunk | |
| 01:08 | Minor updates check-in: 6961c53725 user: h3rald@h3rald.com tags: multiline, trunk | |
|
2021-02-08
| ||
| 21:38 | Slow progress (started up/down implementation) check-in: b702b2235d user: h3rald@h3rald.com tags: multiline, trunk | |
|
2020-12-04
| ||
| 17:24 | Made nimline gc-safe check-in: e7378011ae user: h3rald@h3rald.com tags: trunk | |
|
2020-11-28
| ||
| 08:14 | Added support for musl libc. check-in: 3effe1a0eb user: h3rald@h3rald.com tags: trunk | |
|
2020-10-31
| ||
| 21:33 | Fixed warning with Nim v1.4.0 check-in: 207fe02936 user: h3rald@h3rald.com tags: trunk | |
| 21:32 | Fixed warning on Nim v1.4.0 check-in: 0ce3dcde18 user: h3rald@h3rald.com tags: multiline, trunk | |
|
2020-02-04
| ||
| 07:00 | Updates check-in: b0a0a4c4db user: h3rald@h3rald.com tags: multiline, trunk | |
|
2020-01-31
| ||
| 16:21 | Experimenting with multiline support. check-in: d102b79b4a user: fabio.cevasco@siemens.com tags: multiline, trunk | |
|
2020-01-23
| ||
| 16:06 | Fixed failures in case of unknown characters. check-in: efa64122ce user: noreply@github.com tags: trunk | |
|
2018-11-18
| ||
| 17:12 | Fixed compilation errors with Nim 0.19.0. check-in: 55272c4ee5 user: h3rald@h3rald.com tags: trunk | |
|
2018-08-12
| ||
| 20:39 | Added more info on limitations in reference docs. check-in: f31a555a2d user: h3rald@h3rald.com tags: trunk | |
| 20:27 | Finished writing reference docs. check-in: 177206ddc0 user: h3rald@h3rald.com tags: trunk | |
| 19:22 | Updated README with more info. check-in: 208b955e25 user: h3rald@h3rald.com tags: trunk | |
| 18:54 | Added some documentation comments. check-in: d19d2646c1 user: h3rald@h3rald.com tags: trunk | |
|
2018-05-06
| ||
| 18:49 | Attempting to fix issue #8. check-in: ec4329ad5a user: h3rald@h3rald.com tags: trunk | |
|
2018-03-03
| ||
| 15:26 | Merge branch 'master' of https://github.com/h3rald/nimline check-in: 28852b7964 user: h3rald@h3rald.com tags: trunk | |
| 15:24 | Fixed compilation errors on Nim 0.18.0. check-in: 7167ffffbb user: h3rald@h3rald.com tags: trunk | |
|
2017-11-05
| ||
| 16:27 |
Merge pull request #2 from mwgkgk/master
Readline mappings: low hanging fruit check-in: f59835e8b6 user: noreply@github.com tags: trunk | |
| 13:30 | Merge branch 'readline-mappings' check-in: 83e0ad32d0 user: mwgkgk tags: trunk | |
| 13:17 |
Add Ctrl+p, Ctrl+n, Ctrl+d, Ctrl+b, Ctrl+f
Change Ctrl+b to Ctrl+a Change Ctrl+x to Ctrl+u check-in: 14e5e15b2a user: mwgkgk tags: trunk | |
|
2017-10-28
| ||
| 15:42 | Merge branch 'master' of https://github.com/h3rald/nimline check-in: c3fa096ec0 user: h3rald@h3rald.com tags: trunk | |
| 15:42 | Added support for home and end keys. * Closes #1. check-in: aa740b67cc user: h3rald@h3rald.com tags: trunk | |
|
2017-07-16
| ||
| 11:08 | Using native putch and getch on Windows. check-in: 1a2a93688f user: noreply@github.com tags: trunk | |
|
2017-06-04
| ||
| 08:23 | Using native getch. check-in: 3cfd2c4d87 user: h3rald@h3rald.com tags: trunk | |