[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][gambas/gambas][master] 2 commits: TerminalView: Support for 'ESC [ <n> E' and 'ESC [ <n> F' VT100 sequences.



Benoît Minisini pushed to branch master at Gambas / gambas


Commits:
4154aeb0 by Benoît Minisini at 2024-07-09T17:16:47+02:00
TerminalView: Support for &#39;ESC [ &lt;n&gt; E&#39; and &#39;ESC [ &lt;n&gt; F&#39; VT100 sequences.

[GB.FORM.TERMINAL]
* NEW: TerminalView: Support for &#39;ESC [ &lt;n&gt; E&#39; and &#39;ESC [ &lt;n&gt; F&#39; VT100 sequences.

- - - - -
008a23f4 by Benoît Minisini at 2024-07-09T18:47:17+02:00
Check that the connection is opened when using it. Support for the &#39;returning&#39; argument of &#39;Connection.Create()&#39;. Add &#39;Result.Reset()&#39; method.

[GB.DB2]
* NEW: Check that the connection is opened when using it.
* NEW: Connection: Support for the &#39;Returning&#39; argument of the &#39;Create&#39; method.
* NEW: Result: &#39;Reset()&#39; is a new method that resets the contents of an editable Result.

- - - - -


4 changed files:

- comp/src/gb.form.terminal/.src/TerminalView/TerminalFilter_VT100.class
- comp/src/gb.form.terminal/.src/TerminalView/TerminalScreen.class
- main/lib/db2/gb.db2/.src/Connection.class
- main/lib/db2/gb.db2/.src/Result.class


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/579ba529768a0ba7eb889610896eeaa283210d41...008a23f4c35510156edac8fc265fe1cc475b9246

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/579ba529768a0ba7eb889610896eeaa283210d41...008a23f4c35510156edac8fc265fe1cc475b9246
You're receiving this email because of your account on gitlab.com.