aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reline/terminfo.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/reline] Remove unnecessary conditions forNobuyoshi Nakada2023-06-021-15/+1
* [ruby/reline] Revert "Merge pull request #441 from nevans/workaround-linker-s...st00122022-06-131-2/+1
* [ruby/reline] Workaround libncurses.so as a linker scriptnicholas a. evans2022-05-251-1/+2
* [ruby/reline] Ignore global constants when checking if Fiddle::VERSION existsPostmodern2022-01-241-1/+1
* [ruby/reline] Fix reline on SolarisPeter Zhu2022-01-081-2/+2
* [ruby/reline] Check capname of tigetstr/tigetflag/tigetnumaycabta2022-01-021-0/+3
* [ruby/reline] Implement Reline::Terminfo.tigetnumaycabta2022-01-021-1/+19
* [ruby/reline] Fix the difinition of tigetflag() in comment...aycabta2022-01-021-2/+2
* [ruby/reline] Remove unnecessary qualifiers on definition of commentsaycabta2022-01-011-2/+2
* [ruby/reline] Implement Reline::Terminfo.tigetflagaycabta2022-01-011-1/+20
* [ruby/reline] Rescue LoadError to require 'fiddle'aycabta2021-10-111-3/+11
* [ruby/reline] Use `unpack1` instead of `unpack(template)[0]`Kazuhiro NISHIYAMA2021-09-221-1/+1
* Check the result of tigetstrNobuyoshi Nakada2021-08-061-1/+6
* Fix caching of curses_dlNobuyoshi Nakada2021-08-061-2/+3
* Fix the result of checking the existence of constants being reversedaycabta2021-08-061-1/+1
* [ruby/reline] Support Terminfo on Cygwin and macOSaycabta2021-07-301-0/+4
* [ruby/reline] Don't check the existence of Terminfo on Windowsaycabta2021-07-301-1/+11
* [ruby/reline] Check TYPE_VARIADICaycabta2021-07-301-0/+4
* [ruby/reline] Define StringWithTiparm instead of singular methodaycabta2021-07-301-4/+6
* [ruby/reline] Add original C function declarations comment for each functionaycabta2021-07-301-5/+6
* [ruby/reline] Fix reline on OpenBSDJeremy Evans2021-07-301-1/+6
* [ruby/reline] Add TODO comment to implement tigetflag() and tigetnum()aycabta2021-07-301-0/+1
* Check Ruby version to use Fiddle with variadic args in test-allaycabta2021-06-211-1/+10
* [ruby/reline] Check existance of a constant, Fiddle::VERSIONaycabta2021-06-211-1/+1
* [ruby/reline] Terminfo.tigetstr should be able to receive tiparm in method chainaycabta2021-06-211-1/+5
* [ruby/reline] Terminfo.tigetstr and tiparm should return String objectaycabta2021-06-211-2/+2
* [ruby/reline] Add terminfo supportaycabta2021-06-211-0/+80