<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/curses, branch rel-3-21-0</title>
<subtitle>Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/'/>
<entry>
<title>Curses platform's `scintilla_get_clipboard()` now returns a copy of clipboard text directly.</title>
<updated>2020-07-23T23:42:38+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-07-23T23:42:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=988152e2326ec47cded84e85ca815ae0fc495db2'/>
<id>988152e2326ec47cded84e85ca815ae0fc495db2</id>
<content type='text'>
The function no longer mimics the Scintilla API for stringresult for the sake of convenience.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The function no longer mimics the Scintilla API for stringresult for the sake of convenience.
</pre>
</div>
</content>
</entry>
<entry>
<title>Demonstrate line numbers in jinx example for curses platform.</title>
<updated>2020-07-08T00:10:49+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-07-08T00:10:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5f930428f724eef7dd0be4706670039b89f3523e'/>
<id>5f930428f724eef7dd0be4706670039b89f3523e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated curses sample program.</title>
<updated>2020-06-07T01:30:54+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-06-07T01:30:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=86007a79c530def61932314f3261bdc1f8d4256e'/>
<id>86007a79c530def61932314f3261bdc1f8d4256e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed drawing of block caret in overtype mode.</title>
<updated>2020-04-08T00:32:45+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-04-08T00:32:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=18901fe7af010c3db713190f6666ddd039276e41'/>
<id>18901fe7af010c3db713190f6666ddd039276e41</id>
<content type='text'>
The overtype cursor was being displayed one cell behind the current position.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The overtype cursor was being displayed one cell behind the current position.
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable autoscrolling when clicking and dragging the mouse to make selections.</title>
<updated>2020-04-05T20:17:41+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-04-05T20:17:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=dc6eedad4b32869f5b0f85e14468c642a38a6de8'/>
<id>dc6eedad4b32869f5b0f85e14468c642a38a6de8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Widen types to size_t to match change from int to position of CallTipSetHlt</title>
<updated>2020-04-05T20:00:55+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-04-05T20:00:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5f4a3252dfb66b77f6ed4acf0e4bc46a5c678744'/>
<id>5f4a3252dfb66b77f6ed4acf0e4bc46a5c678744</id>
<content type='text'>
in Scintilla.iface.

Backport of changeset 8098:228c9f9aa839.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in Scintilla.iface.

Backport of changeset 8098:228c9f9aa839.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed curses overlapping window drawing bug in Windows.</title>
<updated>2020-04-02T21:49:01+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-04-02T21:49:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b467fbec5c0b13bb71444191b250b50677238361'/>
<id>b467fbec5c0b13bb71444191b250b50677238361</id>
<content type='text'>
A view could not draw autocompletion lists and calltips over itself, but it
could draw over other views just fine.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A view could not draw autocompletion lists and calltips over itself, but it
could draw over other views just fine.
</pre>
</div>
</content>
</entry>
<entry>
<title>Formatting.</title>
<updated>2020-03-22T22:33:05+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-03-22T22:33:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6c09e990d1906553d1e328502aca5662ef43eb12'/>
<id>6c09e990d1906553d1e328502aca5662ef43eb12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added userdata pointer for SCNotifications on curses.</title>
<updated>2020-03-22T21:57:13+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-03-22T21:57:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4cee064b28d77f2947dc9f4de7fd77401cfd9dc2'/>
<id>4cee064b28d77f2947dc9f4de7fd77401cfd9dc2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Modernized and reformatted curses platform code.</title>
<updated>2020-03-16T18:35:44+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-03-16T18:35:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b75ab9523b3706c9130017bae130288313a03a7e'/>
<id>b75ab9523b3706c9130017bae130288313a03a7e</id>
<content type='text'>
Also fixed a minor bug in autocompletion list width display.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also fixed a minor bug in autocompletion list width display.
</pre>
</div>
</content>
</entry>
</feed>
