diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2020-02-18 23:20:57 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2020-02-18 23:20:57 -0800 |
| commit | d7e6159eb855578142b19d4becadadc5c55e32ca (patch) | |
| tree | 57d18bc7a74ee04f14bbb661e92f4eb0c6f88698 /bb.h | |
| parent | 2767e33ab782edfab8bf6dcde36c28bca9b76f87 (diff) | |
Bugfix for cursor position not being remembered correctly.
Diffstat (limited to 'bb.h')
| -rw-r--r-- | bb.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ #include "bterm.h" // Macros: -#define BB_VERSION "0.21.1" +#define BB_VERSION "0.21.2" #ifndef PATH_MAX #define PATH_MAX 4096 |
