Commit Graph

235 Commits

Author SHA1 Message Date
sloumdrone 8a3ddad58e Added ability to view a link's url with the check command 2019-09-17 21:57:21 -07:00
sloumdrone 21fe5714a3 Bookmarks can be scrolled when focused 2019-09-16 19:38:07 -07:00
sloumdrone 7e53ce6aea Fixed broken simple command: b 2019-09-16 09:53:13 -07:00
sloumdrone 1af11f1b8f Removes duplicated code in messaging system 2019-09-15 21:26:32 -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 b7d7d021ed Begun work on gopher module 2019-09-10 22:30:29 -07:00
sloumdrone a6d1f45be8 Added clarifying comments 2019-09-10 20:23:44 -07:00
sloumdrone 84631a38da Adds telnet and http modules, updates visit method on client 2019-09-10 20:13:30 -07:00
Sloom Sloum Sluom IV 2641b03295 Merge branch 'line_wrapping_alignment' of asdf/bombadillo into master
This keeps proper spaces, including multiple spaces in a row, when wrapping text. This is a big improvement.

TODO in a future PR:
- Wrap long lines with no spaces properly
- Handle multispace characters (unicode) properly
- Handle tabs
- Handle extra indent of wrapped link lines on gophermaps
2019-09-10 11:16:11 -04:00
asdf 0894827563 simple line wrapping and associated unit tests 2019-09-10 20:24:16 +10:00
asdf ea096af511 simple line wrapping that does not mangle spaces 2019-09-10 20:19:45 +10:00
sloumdrone da45f627e0 Initial v2 commit, deep in restructuring... maybe not for the better? 2019-09-09 19:35:16 -07:00
asdf 3e8587f039 using strings.SplitAfter in wrapLines 2019-09-07 23:04:20 +10:00
Sloom Sloum Sluom IV d1360fa0db Merge branch 'msg-bar-tab-fix' of sloum/bombadillo into master
Closes #32
2019-09-06 12:14:46 -04:00
asdf a9d5651e3c added test for a specific line wrapping issue 2019-09-06 20:18:03 +10:00
asdf be34a9a809 identified more issues, added tests 2019-09-05 21:52:12 +10:00
asdf 319138b189 Addtional test for benchmarking the wrapLines() function 2019-09-05 10:48:47 +10:00
asdf fb2130518c first attempt on line wrapping indents issue 2019-09-04 22:57:26 +10:00
sloumdrone adf29bda02 Should solve tab in url issue re msg bar overflowing onto second line 2019-09-03 20:18:02 -07:00
sloum 309d6244e1 Merge branch 'type-seven-bm-fix' of sloum/bombadillo into master
Thanks for all the help @asdf! Merging this into master. This PR closes issue #29
2019-08-31 22:54:30 -04:00
sloumdrone bfa8a162e3 Simplified gophertype fix for search response 2019-08-30 19:50:52 -07:00
sloumdrone 2e964cc586 Fixes issue where type 7 response still queries for search. 2019-08-29 16:51:36 -07:00
sloumdrone f455a86fc3 Updates readme to include language about the newly included bombadillo-info file. 2019-08-28 07:40:15 -07:00
sloum 309a5e60f0 Merge branch 'rework-draw-system' of sloum/bombadillo into master
Merging in changes to increase response speed of application on slower terminal systems. Mostly modest changes that make sense for the codebase.
2019-06-01 01:44:17 -04:00
sloumdrone 70ad392945 Simplified method code 2019-05-31 22:41:48 -07:00
sloum ee102cfb63 Merge branch 'resize-scroll-issues' of sloum/bombadillo into master
Closes #23
2019-06-01 01:36:06 -04:00
sloumdrone 43b9953c80 Clarifying comment 2019-05-31 22:34:59 -07:00
sloumdrone 5a82541dee Minor reworking of the draw system. Should create less screen flicker. 2019-05-31 21:50:05 -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
sloum c92db1001e Merge branch 'master' of asdf/bombadillo into master
Merging in spelling corrections to README from asdf. Thanks @asdf!
2019-05-28 10:47:46 -04:00
asdf 07b21214ef Further corrections 2019-05-28 10:18:16 +00:00
asdf 18e52552f3 Proofed README.md and made some corrections 2019-05-28 09:09:52 +00:00
sloum c29a037ee7 Merge branch 'bad-link-num-fix' of sloum/bombadillo into master
Closes #20
2019-05-26 13:52:35 -04:00
sloum e4bd1a84a8 Update 'README.md' 2019-05-26 13:50:36 -04:00
sloum dcbb353047 Update 'README.md'
Corrected link error
2019-05-26 13:49:33 -04:00
sloum b445e42edf Merge branch 'readme-update' of sloum/bombadillo into master
Closes #5
2019-05-26 13:48:16 -04:00
sloumdrone f3e3d74ecc Updated readme content 2019-05-26 10:46:35 -07:00
sloumdrone 30bbfa7161 Solves issue where 0 crashes program 2019-05-26 10:06:43 -07:00
sloum 6a524d9f70 Merge branch 'scroll-options' of sloum/bombadillo into master
Closes #13 & #14
2019-05-24 23:59:37 -04:00
sloumdrone a19bc2c6d8 Added page up, page down, home, and end to hot keys 2019-05-24 20:49:37 -07:00
sloum 5cba1bf907 Merge branch 'fix-url-errors' of sloum/bombadillo into master
Closes #17
2019-05-22 22:17:38 -04:00
sloumdrone 714b390cb9 Simplifying regex for URLs 2019-05-22 18:01:30 -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
sloum e746fe9b20 Merge branch 'check-settings' of sloum/bombadillo into master 2019-05-10 00:42:25 -04:00