Commit graph

678 commits

Author SHA1 Message Date
Martin Dvorak
1fb270cfb7
Update README.md 2018-03-17 18:03:16 +01:00
Martin Dvorak
1b9469e905
Update README.md 2018-03-17 17:56:33 +01:00
Martin Dvorak
2ae5f1a7a3
Merge pull request #257 from snehm/master
Fixing pointer initialisation to ensure correct tests especially on binaries compiled w/ optimizations.
2018-03-16 15:48:22 +01:00
Martin Dvorak
649c1b326d
Merge pull request #259 from Busindre/patch-1
PKGBUILD sha256sum fix.
2018-03-16 15:46:51 +01:00
Busindre
b845491e6f
Sha256 fix
sha256sum 1.24.tar.gz: 6c130afd8ca570ee1988a0c7d6a96efeeabd21be7e05ce1f3144bb3c86c74441
2018-03-15 16:01:42 +01:00
sneh-m
e7da5b9dc8 Initialising pointers to avoid warning messeges during source building 2018-03-07 21:32:14 +05:30
sneh-m
5dccec9e13 Initialising all pointers to avoid WARNING messeges during source building. 2018-03-07 21:26:52 +05:30
Martin Dvorak
00c867dc78 Adding binding of -k to C-x k #251. 2018-02-21 09:06:00 +01:00
Martin Dvorak
5cd7e1548b Adding verbose option for kill last command #251. 2018-02-21 08:40:14 +01:00
Martin Dvorak
c0c6db116a PPA update to the current release. 2018-02-18 11:28:52 +01:00
Martin Dvorak
069ad24822 Added CLI parameter to delete the last command from the history and thus fixed #251. 2018-02-18 11:15:14 +01:00
Martin Dvorak
71e20a17b8 Just polishing source code. 2018-02-18 10:25:00 +01:00
Martin Dvorak
be13501e30 Adding detailed PROMPT_COMMAND configuration explanation for #250 and #238. 2018-02-18 09:54:22 +01:00
Martin Dvorak
0bfb65b6ad
Merge pull request #249 from sublimino/patch-1
Adding `noconfirm` to configuration doc.
2018-02-08 22:04:40 +01:00
Andrew Martin
dbea0e624a
docs: add noconfirm to configuration 2018-02-08 13:10:45 +01:00
Martin Dvorak
cc22cf4868 Fixing WLS to WSL fixes. 2018-01-19 12:23:38 +01:00
Martin Dvorak
70b963c362
Merge pull request #246 from b-/patch-1
WLS > WSL.
2018-01-19 12:20:33 +01:00
Brian Recchia
39ca1e1ea2
Update INSTALLATION.md
WSL ("Windows Subsystem for Linux"), not WLS
2018-01-18 11:28:49 -05:00
Martin Dvorak
40bff3ee9f
Fixing broken link. 2018-01-11 12:01:13 +01:00
Martin Dvorak
85909ec588 Fixing bug #238 - delete confirmation can be disabled by env variable e.g. export HH_CONFIG=noconfirm 2018-01-03 12:41:58 +01:00
Martin Dvorak
079d8f9ac1 Fixing bug #237 by making build repeatable (removal of compiler generated build number) + 1.24 update. 2018-01-03 12:41:58 +01:00
Martin Dvorak
013caeda17
Merge pull request #243 from yurivict/master
FreeBSD port patches.
2017-11-24 23:12:32 +01:00
Yuri
25129fffbe FreeBSD port patches. 2017-11-24 12:03:15 -08:00
Martin Dvorak
203cca6701 Set theme jekyll-theme-hacker 2017-11-01 12:06:02 +01:00
Martin Dvorak
476b10fb5d Merge pull request #233 from stephengroat/patch-1
Get better coverage from Travis.
2017-10-19 13:40:24 +02:00
Stephen
54395dc8c7 get better coverage from travis 2017-10-08 14:12:40 -07:00
Martin Dvorak
30496160cf Getting ready for 1.23 release. 2017-09-30 12:01:44 +02:00
Martin Dvorak
3edff1f415 Adding walgrind test. 2017-06-12 08:40:28 +02:00
Martin Dvorak
4d8b7bac91 Polishing option name for keeping the page on exit. 2017-06-11 14:44:09 +02:00
Martin Dvorak
1ad0b9b152 Stabilizing codebase. 2017-06-11 14:37:41 +02:00
Martin Dvorak
af82df1e40 Stabilizing codebase. 2017-06-11 14:35:04 +02:00
Martin Dvorak
4613e4ef62 Changing default behavior to clear page on exit + adding option allowing to change it. 2017-06-11 14:32:50 +02:00
Martin Dvorak
96e4fe403b Merge pull request #215 from CeleritasCelery/master
Adding Vim style C-j and C-k navigation keys + nonl().
2017-06-11 14:18:33 +02:00
Martin Dvorak
be0aef5fa0 Adding Win10 support MD documentation. 2017-06-05 06:49:15 +02:00
Martin Dvorak
d99983de08 Fixing bug #186 and thus finishing Win10 support + fixing fprint() compilation warnings. 2017-06-05 06:38:58 +02:00
Martin Dvorak
533d6c2906 More #186 related fixes. 2017-06-04 15:04:12 +02:00
Martin Dvorak
9d0000a95e Fixing source for Win detection in bug #164. 2017-06-04 09:38:49 +02:00
Martin Dvorak
8e85439aa9 Implementing Bash @ Win detection for bug #164. 2017-06-04 09:33:20 +02:00
Martin Dvorak
8bd7389f02 Removing obsolete documentation file. 2017-06-04 08:07:25 +02:00
Martin Dvorak
93f2b67e07 Platform specification. 2017-06-03 23:01:49 +02:00
Martin Dvorak
befcb1463e Polishing documentation of Cygwin support. 2017-06-03 22:58:43 +02:00
Martin Dvorak
55cc7289d7 Merge pull request #216 from jmiserez/cygwin-fix
164: Workaround for missing TIOCSTI ioctl call on Cygwin.
2017-05-30 13:51:01 +02:00
Jeremie Miserez
ec741d8b07 164: Use Bash variable to store hstr output instead of tmp file. 2017-05-30 13:35:20 +02:00
Jeremie Miserez
7f37dd29c4 164: Workaround for missing TIOCSTI ioctl call on Cygwin.
Based on the changes by @riedel, slightly cleaned up and minimized:
6bcdcc8ad3
01713eb4c2
2017-05-30 13:23:15 +02:00
CeleritasCelery
5e15737344 updated man pages 2017-05-13 08:43:53 -06:00
CeleritasCelery
0046a4c0f9 added jk keys
bound ctrl-j and ctrl-k to up and down respectively
2017-05-13 08:41:57 -06:00
CeleritasCelery
9b175b9c1e prevent carriage return from being mapped to newline 2017-05-13 08:37:57 -06:00
Martin Dvorak
3bec345dd6 Merge pull request #212 from nicknish/man-typo-fix-201704
Manual typo fix.
2017-05-02 08:45:59 +02:00
nicknish
c4b0345df3 Manual typo fix 2017-04-28 19:40:50 -07:00
Martin Dvorak
c09d19835a Further improvements to NCURSES detection. 2017-04-12 09:05:21 +02:00