<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/curses, branch rel-3-20-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>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>
<entry>
<title>Updated curses example to use new SCI_LOADLEXERLIBARY API.</title>
<updated>2020-03-06T22:45:54+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-03-06T22:45:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=07dc044091ae934afc6c8c8a48f954731c8a5133'/>
<id>07dc044091ae934afc6c8c8a48f954731c8a5133</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated copyright year for lexlua-specific bits of LongTerm3.</title>
<updated>2019-12-31T21:56:55+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2019-12-31T21:56:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=67e4747d2d65a90861308e01b07766a3b29262c6'/>
<id>67e4747d2d65a90861308e01b07766a3b29262c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Bug [#2038]. Source of input reported in SCN_CHARADDED.</title>
<updated>2019-07-11T18:12:28+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2019-07-11T18:12:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2a15b94200abe8ee0df2dddc296f3dafd55655f8'/>
<id>2a15b94200abe8ee0df2dddc296f3dafd55655f8</id>
<content type='text'>
This may be SC_CHARACTERSOURCE_DIRECT_INPUT, SC_CHARACTERSOURCE_TENTATIVE_INPUT,
or SC_CHARACTERSOURCE_IME_RESULT.

Backport of changeset 7613:4cfac35c71bd.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This may be SC_CHARACTERSOURCE_DIRECT_INPUT, SC_CHARACTERSOURCE_TENTATIVE_INPUT,
or SC_CHARACTERSOURCE_IME_RESULT.

Backport of changeset 7613:4cfac35c71bd.
</pre>
</div>
</content>
</entry>
</feed>
