Files
Terminal.Gui/Terminal.Gui
DieselMeister a41b060a59 Change Cursor Position before "Changed Event" is triggert. (Issue #2 on Termina.Gui.Elmish) (#187)
In the elmish wrapper for the Termial.Gui I need the "right" cursor position when the "Changed" event is triggered. In the current Implementation the cursor position is set after the event is triggered, so either I have to wait some ms asynchronously before I can process the event or I change the order inside the ProcessKey Method by using a helper variable "oldCurPos" and set the cursor position before the SetText method is called.

Related to: https://github.com/DieselMeister/Terminal.Gui.Elmish/issues/2
2019-05-01 07:26:50 -04:00
..
2019-04-09 22:35:56 -04:00
2019-04-29 14:36:08 -04:00
2018-05-17 23:15:15 -04:00
2019-01-14 16:35:45 -05:00
2018-03-22 02:13:57 -04:00
2018-05-11 22:51:03 -04:00
2019-04-29 14:59:54 -04:00