Roi Martin
fc12c654f2
Merge pull request #253 from tbouasli/patch-1
...
docs: removed dollar sign from scripts
2024-09-09 07:08:19 +02:00
Thomas Bouasli
031962f8d6
docs: removed dollar sign from scripts
2024-09-01 15:19:34 -03:00
Roi Martin
de100503e6
doc: update links to pkg.go.dev
2021-08-14 19:15:20 +02:00
Roi Martin
0214e0e872
all: go modules
2021-08-14 19:15:08 +02:00
gulyasm
c055c87ae8
adds ViewBufferLines to View
2018-04-11 17:57:51 +02:00
gulyasm
2cda4f9f05
adds BufferLines func to View
2018-04-11 17:57:51 +02:00
Miguel Mota
491cd051cf
Add cointop to "Projects using gocui"
2018-04-11 12:23:13 +02:00
gulyasm
f2f6a1fab8
Adds jsonui to projects using gocui
2018-04-11 12:15:48 +02:00
Mike JS. Choi
df0b3dc8df
Add fac to list of projects using gocui
2018-04-11 12:08:39 +02:00
Roi Martin
247e437c8e
Merge branch 'kcli-readme' of https://github.com/cswank/gocui into cswank-kcli-readme
2018-04-11 12:04:34 +02:00
Roi Martin
1ec4d5dd73
Merge pull request #149 from alitari/master
...
Add kubexp to "Projects using gocui"
2018-04-11 11:59:40 +02:00
Alexander Krieg
dc8ca8416c
added kubexp to "Projects using gocui"
2018-03-11 18:15:46 +01:00
Craig Swank
25c0c27f2e
Add cswank/kcli to README's list of projects using gocui.
2017-12-29 08:16:18 -07:00
Julien Breux
4f518eddb0
Add Pody project to Readme
2017-08-27 21:50:11 +02:00
Roi Martin
eb73455bec
Add diagram project to README
2017-08-20 15:22:33 +02:00
Roi Martin
a251da5a9f
Minor syntax clean-ups
2017-08-20 00:28:06 +02:00
Roi Martin
70497a1d13
Fix typo
2017-08-20 00:17:11 +02:00
Roi Martin
881edc4380
Add terminews project to README
2017-08-19 20:43:14 +02:00
Roi Martin
6564cfcacb
Rename *Gui.Execute() to *Gui.Update()
2017-08-19 00:13:30 +02:00
Roi Martin
75a7ad2750
Do not move the cursor beyond EOF
2017-08-19 00:06:54 +02:00
Roi Martin
a4d0b30476
Fix warning in _examples/bufs.go
2017-08-18 10:15:20 +02:00
Roi Martin
ad91aa2b83
Refactoring of *View.writeRune
2017-08-18 09:21:00 +02:00
Roi Martin
2677ad0445
Fix trailing \x00 bug in edition mode
2017-08-18 01:00:47 +02:00
Roi Martin
c64aff6dc2
Add claws project to README
2017-08-17 00:04:36 +02:00
Roi Martin
7ba3ea9d2c
Use ColorDefault as default bg and fg color
2017-08-16 19:28:26 +02:00
Roi Martin
7e8dafc560
Remove empty line
2017-08-16 00:58:08 +02:00
Roi Martin
e18bedd405
Add _examples/size.go
2017-08-15 22:37:31 +02:00
Roi Martin
70a276872a
Add gotime project in README
2017-08-15 21:52:03 +02:00
Roi Martin
0f8c8e3c9e
Remove unneeded parentheses
2017-08-15 21:13:34 +02:00
Roman Lisagor
d1b6db5a49
Bug fix: `v.MoveCursor` with dx < -1 or dx > 1 does not work if origin needs to be adjusted
...
The existing logic moves the origin by 1 in either direction. The new logic
adjusts the origin by the appropriate amount, and moves the cursor to the
beginning or end of the line.
2017-08-15 21:11:04 +02:00
telecoda
4316bb79d4
Check for collisions in reverse view order
2017-08-15 20:52:01 +02:00
Roi Martin
c48e902a26
Update dynamic.go to add SetViewOnBottom
2017-08-15 20:34:30 +02:00
Roi Martin
a984617410
Simplify SetViewOnBottom
2017-08-15 20:34:06 +02:00
Julien Breux
93acb816a8
Add set view on bottom feature
2017-08-15 20:19:15 +02:00
Roi Martin
612b0b2987
Update README
2017-03-07 08:52:14 +01:00
Roi Martin
5424b93b3b
Add httplab and domainr to README
2017-03-07 08:45:14 +01:00
Roi Martin
ed41d1bd2c
Fix error handling in *escapeInterpreter.parseOne()
2017-02-12 15:50:38 +01:00
Roi Martin
139487f578
Remove unneeded check in *escapeInterpreter.parseOne()
2017-02-12 15:40:49 +01:00
Niels Widger
e27f247a3e
Support zero parameteter 'CSI n m' in parseOne
...
According to https://en.wikipedia.org/wiki/ANSI_escape_code#CSI_codes ,
a zero-parameter 'CSI n m' code (for setting SGR parameters) should be
treated as the same as 'CSI 0 m'. This PR changes
escapeInterpreter.parseOne to support this shorthand.
2017-02-12 14:56:43 +01:00
Roi Martin
88d2b471d4
Rename *Gui.Ascii to *Gui.ASCII
2017-02-11 02:06:03 +01:00
Roi Martin
cfc4e0298f
Add *Gui.Ascii to enable ASCII line art
2017-02-10 23:17:26 +01:00
Roi Martin
aff177f6e3
Add wuzz as project using gocui
2017-02-10 22:59:00 +01:00
Harmen
c690b943b6
_examples/goroutine.go: simpler shutdown logic
2017-02-06 00:30:29 +01:00
Dustin Willis Webber
7ac95c981b
Add MouseRelease, MouseUp and MouseDown
2016-11-24 16:23:44 -05:00
Roi Martin
78f1aee25c
Set viewLines to nil on *View.Clear()
2016-11-14 21:56:17 +01:00
Roi Martin
1ad1e27a52
Minor fixes in escapeInterpreter
2016-11-14 21:50:15 +01:00
Roi Martin
aacdc2698f
Rewind on *View.Clear()
2016-11-14 01:12:37 +01:00
Roi Martin
ba396278de
Update README
2016-11-13 21:44:48 +01:00
Roi Martin
fced1c672f
Update docs
2016-11-13 21:42:03 +01:00
Roi Martin
f95667af1a
Fix typo in doc
2016-11-13 21:40:01 +01:00