e676c095c2 
							
						 
					 
					
						
						
							
							fix: dont refresh log on regex search error  
						
						
						
						
					 
					
						2025-04-24 12:08:12 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							60edfc00ee 
							
						 
					 
					
						
						
							
							chore: delete some unneeded code and files  
						
						
						
						
					 
					
						2025-04-03 09:08:27 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
							
						
						
						
							
						
						
							6cd294373c 
							
						 
					 
					
						
						
							
							feat: add abbreviations ( #340 )  
						
						
						
						
					 
					
						2025-04-03 08:45:02 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
							
						
						
						
							
						
						
							c969f5ed15 
							
						 
					 
					
						
						
							
							feat: complete hint text on right arrow ( #328 )  
						
						
						
						
					 
					
						2024-12-22 12:09:57 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							38d036d96f 
							
						 
					 
					
						
						
							
							fix: history navigation going out of bounds  
						
						
						
						
					 
					
						2024-06-14 08:23:20 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							4c61c551aa 
							
						 
					 
					
						
						
							
							fix: menu refreshes  
						
						... 
						
						
						
						now there's no flicker *and* its not bugged with
leaving the text on exit 
						
						
					 
					
						2024-05-13 22:10:28 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
							
						
						
						
							
						
						
							d1dbb84c16 
							
						 
					 
					
						
						
							
							fix(readline): flickering on line refresh ( #288 )  
						
						
						
						
					 
					
						2024-04-16 11:56:57 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							3d727e6411 
							
						 
					 
					
						
						
							
							fix: check for altHistory in sequence handling  
						
						... 
						
						
						
						fixes a panic 
						
						
					 
					
						2024-04-16 10:34:24 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							11323a70aa 
							
						 
					 
					
						
						
							
							feat: add page keys to greenhouse  
						
						
						
						
					 
					
						2023-12-30 16:16:59 -04:00 
						 
				 
			
				
					
						
							
							
								Super 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ee1ed077b9 
							
						 
					 
					
						
						
							
							fix: infinite loop when navigating history without any history ( #268 )  
						
						... 
						
						
						
						fixes  #252  
					
						2023-11-02 17:50:36 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
							
						
						
						
							
						
						
							78eb657897 
							
						 
					 
					
						
						
							
							feat: hilbish native pager ( #240 )  
						
						
						
						
					 
					
						2023-10-25 00:41:53 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
							
						
						
						
							
						
						
							3eae0f07be 
							
						 
					 
					
						
						
							
							feat: add fuzzy searching for completion and history search ( #247 )  
						
						... 
						
						
						
						* feat: add fuzzy searching for completion and history search
* feat: add fuzzy opt for fuzzy history searching
* chore: add fuzzy opt to changelog 
						
						
					 
					
						2023-07-10 00:06:29 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							8d40179a73 
							
						 
					 
					
						
						
							
							fix(readline): dont do anything if length of input rune slice is 0  
						
						... 
						
						
						
						this fixes an issue when readline splits multiline input.
sometimes, the multiple lines just end up being "stray?"
inputs of enter plus a newline. this can happen if a user attempts
to prefire the enter key while a command is running, for example 
						
						
					 
					
						2022-12-10 17:27:42 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
							
						
						
						
							
						
						
							4ee160fb66 
							
						 
					 
					
						
						
							
							fix: provide correct command when navigating history  ( #214 )  
						
						... 
						
						
						
						fixes an issue of going up and down in history results in the incorrect order of commands being inserted (nothing happens to the order in the history itself, just when navigating via arrow keys)
* fix: provide correct command when navigating history
previously, the order while navigating history
with the arrow keys would be incorrect
meaning the command you expect if you go u
then go back down would not be there
* chore: update changelog 
						
						
					 
					
						2022-12-09 21:45:52 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							bd4e0df7b3 
							
						 
					 
					
						
						
							
							feat: select 1st item on history find menu ( closes   #148 )  
						
						... 
						
						
						
						cancels on escape unless the user moves to another item 
						
						
					 
					
						2022-11-25 20:14:29 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							d6338fc021 
							
						 
					 
					
						
						
							
							fix(readline): make completion search menu display  
						
						
						
						
					 
					
						2022-11-25 19:08:38 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							3eaeb6a5da 
							
						 
					 
					
						
						
							
							fix(readline): grip completion menu fixes  
						
						... 
						
						
						
						- dont print item left justified if the max number
of cells is 1 (this fixes issues in cjk as an example)
- trim items that are longer than the terminal width 
						
						
					 
					
						2022-11-25 18:39:18 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							1febe66f84 
							
						 
					 
					
						
						
							
							fix(readline): use uniseg to calculate width of virtual tab entry ( closes   #209 )  
						
						
						
						
					 
					
						2022-11-17 19:18:57 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							b4ca5bfda3 
							
						 
					 
					
						
						
							
							fix(readline): put cursor at end of text when exiting editor  
						
						
						
						
					 
					
						2022-10-10 18:19:24 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							308e257872 
							
						 
					 
					
						
						
							
							fix(readline): take into account newlines when calculating amount of lines taken up by input  
						
						... 
						
						
						
						this does not really fix the issue of multiline input
being broken completely, but prevents the prompt
being reprinted on input 
						
						
					 
					
						2022-10-10 18:17:58 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							a1ce2ecba6 
							
						 
					 
					
						
						
							
							fix(readline): correct function to count len of prompt to accomodate east asian characters  
						
						
						
						
					 
					
						2022-08-30 22:37:21 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							387d7d2243 
							
						 
					 
					
						
						
							
							fix: percentages in completion entries causing a problem in the completion menus  
						
						
						
						
					 
					
						2022-07-26 19:24:02 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							3e0a2d630b 
							
						 
					 
					
						
						
							
							feat(hilbish.editor): add getLine function to get contents of line  
						
						
						
						
					 
					
						2022-07-19 17:55:03 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							dd9bdca5e0 
							
						 
					 
					
						
						
							
							fix(readline): only call raw input callback if not nil  
						
						
						
						
					 
					
						2022-07-13 15:35:33 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							08e2951513 
							
						 
					 
					
						
						
							
							feat: add raw input hook ( closes   #180 )  
						
						
						
						
					 
					
						2022-07-10 20:34:00 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							7e57b3de7d 
							
						 
					 
					
						
						
							
							fix: check if input is 0 on multiline splitting ( closes   #170 )  
						
						
						
						
					 
					
						2022-06-20 15:35:25 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							1b4b41846f 
							
						 
					 
					
						
						
							
							chore: merge from remote branch  
						
						
						
						
					 
					
						2022-05-31 15:17:50 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							3196f0dcb9 
							
						 
					 
					
						
						
							
							fix: don't refetch tab completion on refresh if its already open ( closes   #163 )  
						
						
						
						
					 
					
						2022-05-31 15:16:32 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							f9a2a981b4 
							
						 
					 
					
						
						
							
							fix: revert "fix: multiline cursor redraw"  
						
						... 
						
						
						
						This reverts commit 1339dc4a2f2e1ecfca4289f799631ab2cd337769.
this caused a few issues, including
history search messing up previous lines
what this commit was trying to fix is unimportant anyway 
						
						
					 
					
						2022-05-29 19:02:20 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							1339dc4a2f 
							
						 
					 
					
						
						
							
							fix: multiline cursor redraw  
						
						
						
						
					 
					
						2022-05-28 21:05:03 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							2faaf4e045 
							
						 
					 
					
						
						
							
							fix: print err don't panic and in the case of regex compile failing on menu find  
						
						
						
						
					 
					
						2022-05-28 20:19:49 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							dc933934eb 
							
						 
					 
					
						
						
							
							feat: add hilbish.editor interface  
						
						... 
						
						
						
						this is going to be a middle level interface
which brings functions for interacting
with the line editor used in hilbish
adds the following functions:
setVimRegister(reg, text) - sets text in a vim register
getVimRegister(reg) - gets text from a vim register
insert(text) - inserts text into the line
accessible via hilbish.editor 
						
						
					 
					
						2022-05-13 20:43:40 -04:00 
						 
				 
			
				
					
						
							
							
								ym555 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6ccb9ebeff 
							
						 
					 
					
						
						
							
							fix(readline): take into account character width ( #145 )  
						
						... 
						
						
						
						first step towards unicode support yay 
						
						
					 
					
						2022-04-20 08:18:34 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							b83c09a2b3 
							
						 
					 
					
						
						
							
							fix(readline): check stdin error properly  
						
						
						
						
					 
					
						2022-04-19 10:30:04 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							bee8d6e9e6 
							
						 
					 
					
						
						
							
							fix(readline): input going to next line if its longer than terminal width  
						
						
						
						
					 
					
						2022-04-18 22:42:27 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							48cb62282d 
							
						 
					 
					
						
						
							
							fix(readline): input getting cut off on enter  
						
						
						
						
					 
					
						2022-04-18 22:36:54 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							1e48a3e03d 
							
						 
					 
					
						
						
							
							fix(readline): home and end buttons not putting the cursor in the right place  
						
						
						
						
					 
					
						2022-04-18 16:04:56 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							4e8aa7ed1d 
							
						 
					 
					
						
						
							
							fix(readline): use invert for completion highlight instead of hardcoded colors  
						
						
						
						
					 
					
						2022-04-17 23:39:53 -04:00 
						 
				 
			
				
					
						
							
							
								Renzix 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7f161e6683 
							
						 
					 
					
						
						
							
							feat: added forward/backward word keybinds ( #139 )  
						
						... 
						
						
						
						Added emacsForwardWord and emacsBackwardWord which is used by M-f and
M-b directly. Also added M-d to ctrl delete and removed the bad old
funcion in favor of the fancy new one. Lastly I added alt delete which
deletes with emacsBackwardWord. Works identically to gnu readline
Co-authored-by: Renzix <DanielDeBruno@renzix.com> 
						
						
					 
					
						2022-04-14 07:42:46 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							194e4e01b7 
							
						 
					 
					
						
						
							
							fix: don't insert any unhandled control keys  
						
						
						
						
					 
					
						2022-04-13 19:36:18 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							e5c9b85008 
							
						 
					 
					
						
						
							
							feat: add ctrl _ to undo  
						
						
						
						
					 
					
						2022-04-13 16:58:36 -04:00 
						 
				 
			
				
					
						
							
							
								sammyette 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0a2046e985 
							
						 
					 
					
						
						
							
							feat: add right prompt ( #140 )  
						
						... 
						
						
						
						* feat: add right prompt (closes  #111 )
* chore: add comment for set right prompt function
* fix: add 1 space at the end of right prompt to fix character cut off
* docs: update doc for prompt function 
						
						
					 
					
						2022-04-13 10:13:46 -04:00 
						 
				 
			
				
					
						
							
							
								sammyette 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ce625aca0c 
							
						 
					 
					
						
						
							
							feat: add ctrl delete to forward delete word ( #138 )  
						
						... 
						
						
						
						* feat: add ctrl delete to forward delete word (closes  #124 )
* fix: make delete word function accurately
* fix: make ctrl delete work on st 
						
						
					 
					
						2022-04-12 23:08:44 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							1715a1f626 
							
						 
					 
					
						
						
							
							feat: make ctrl d delete char below cursor if line isnt empty  
						
						
						
						
					 
					
						2022-04-12 21:02:01 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							c342f4f6f5 
							
						 
					 
					
						
						
							
							fix: handle when stdin is in nonblocking mode ( closes   #136 )  
						
						
						
						
					 
					
						2022-04-08 10:46:25 -04:00 
						 
				 
			
				
					
						
							
							
								Renzix 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0ebd8d9035 
							
						 
					 
					
						
						
							
							feat: added alt backspace keybinding ( #132 )  
						
						... 
						
						
						
						Co-authored-by: Renzix <DanielDeBruno@renzix.com> 
						
						
					 
					
						2022-03-29 22:15:23 -04:00 
						 
				 
			
				
					
						
							
							
								Renzix 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							52caedc1f1 
							
						 
					 
					
						
						
							
							feat: delete key on st and fix: delete key crash on xterm ( #131 )  
						
						... 
						
						
						
						* fix: delete key on st
* fix: delete key crash on xterm
Co-authored-by: Renzix <DanielDeBruno@renzix.com> 
						
						
					 
					
						2022-03-29 20:35:51 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							20fae8a870 
							
						 
					 
					
						
						
							
							fix: prompt refresh ( closes   #116 )  
						
						
						
						
					 
					
						2022-03-29 13:07:27 -04:00 
						 
				 
			
				
					
						
							
							
								Renzix 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							61c9e12a4a 
							
						 
					 
					
						
						
							
							feat: control k to delete the rest of the line ( #128 )  
						
						... 
						
						
						
						Co-authored-by: Renzix <DanielDeBruno@renzix.com> 
						
						
					 
					
						2022-03-26 23:43:30 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							6ea25a22b3 
							
						 
					 
					
						
						
							
							feat: add inline hint text and change what were hints previously to info ( closes   #126 )  
						
						
						
						
					 
					
						2022-03-26 17:34:09 -04:00