Commit Graph

77 Commits

Author SHA1 Message Date
sloumdrone 2f14011a48 Adds temporary ability to not add invalid value for theme. Also adds a temporary first draft of a manpage for bombadillo. 2019-09-21 14:12:18 -07:00
sloumdrone 1050b858dd Finished working through file saving for gopher and gemini, and added mailcap functionality to gemini 2019-09-20 18:24:12 -07:00
sloumdrone db1cf75d2e Cleans up some display issues 2019-09-20 16:15:53 -07:00
sloumdrone 19f210f243 Renames a cui function to be more appropriate and adds command line flag for version number 2019-09-20 09:18:16 -07:00
sloumdrone fdaf6312ab Adds a terminal mode change to disallow line wrapping by the terminal, also fixes a resize scroll issue and disallows escape characters in text files 2019-09-19 20:29:17 -07:00
sloumdrone e7a1b4e348 Fixes order of opperations issue when drawing messages 2019-09-15 21:24:45 -07:00
sloumdrone cb3bcc9465 Relicenses bobmadillo 2019-09-14 15:45:23 -07:00
sloumdrone f2f730f3c5 Vast improvements, still squashing bugs like crazy. 2019-09-13 22:56:38 -07:00
sloumdrone 98e34576ca Worked out resizing and wrapping bugs. Now hard wraps, rather than soft. 2019-09-12 20:57:48 -07:00
sloumdrone bccca61ec2 Some level of screen draw now works 2019-09-11 22:53:36 -07:00
sloumdrone da45f627e0 Initial v2 commit, deep in restructuring... maybe not for the better? 2019-09-09 19:35:16 -07:00
sloumdrone 43b9953c80 Clarifying comment 2019-05-31 22:34:59 -07:00
sloumdrone 55d163ce5b Ran go fmt to clean up formating issues 2019-05-28 19:02:46 -07:00
sloumdrone 63df316b96 Ugly fix, but does work. Alleviates issue of resize landing you in deadspace that you should not be able to get to. 2019-05-28 18:57:50 -07:00
Brian Evans 4e27c44061 Rough changes to allow for full scroll on resize to small screen. Needs review. 2019-05-28 14:23:35 -07:00
sloumdrone 30bbfa7161 Solves issue where 0 crashes program 2019-05-26 10:06:43 -07:00
sloumdrone a19bc2c6d8 Added page up, page down, home, and end to hot keys 2019-05-24 20:49:37 -07:00
sloumdrone 9a25ad6c51 Solved issue where not starting a resource with a slash caused odd behavior 2019-05-22 17:57:12 -07:00
sloumdrone 18838a439e Removing unused comments 2019-05-09 21:40:03 -07:00
sloumdrone df31fed50b Removed commented code and fixed messaging for saves 2019-05-09 21:37:38 -07:00
sloumdrone 8fc945fbf6 Users can now check settings in the client and receive better messages 2019-05-08 21:01:54 -07:00
Justin Overfelt 4b547dc76a Go directly to a URL when passed on the command line. Closes #8 2019-05-08 20:16:59 -04:00
sloumdrone 288e1acf62 Merge branch 'master' of https://tildegit.org/sloum/Bombadillo 2019-05-03 20:59:47 -07:00
sloumdrone 34db0ca9ee Now uses alternate screen buffer if available 2019-05-03 20:58:55 -07:00
Justin Overfelt 27c1e0572a change cbreak functions to panic rather than return an error on failure 2019-05-01 18:25:45 -04:00
Justin Overfelt 6ea5754e57 improve error handling 2019-04-30 20:22:55 -04:00
Justin Overfelt 701753b890 Gofmt all code, switch to canonical function naming, add a go.mod file for use with the latest go version 2019-04-28 15:46:47 -04:00