<feed xmlns='http://www.w3.org/2005/Atom'>
<title>uuterm/Makefile, branch master</title>
<subtitle>uuterm terminal emulator</subtitle>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/uuterm/'/>
<entry>
<title>omit uuterm-fb so the default makefile is portable</title>
<updated>2007-11-09T14:46:43+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2007-11-09T14:46:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/uuterm/commit/?id=c7e022c231918ebb3cbe7d27c47a59aafdc4be36'/>
<id>c7e022c231918ebb3cbe7d27c47a59aafdc4be36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>include the ucf font compiler and the ytty font in uuterm repository,</title>
<updated>2007-10-02T06:50:43+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2007-10-02T06:50:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/uuterm/commit/?id=822b3e760e4840dc688a840610379d977cec7b0c'/>
<id>822b3e760e4840dc688a840610379d977cec7b0c</id>
<content type='text'>
incorporating a simple nonrecursive build system for the font.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
incorporating a simple nonrecursive build system for the font.

</pre>
</div>
</content>
</entry>
<entry>
<title>move generated data to its own file</title>
<updated>2007-10-01T04:02:36+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2007-10-01T04:02:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/uuterm/commit/?id=79b03ede84096488978f15a28c0b5e2886c83887'/>
<id>79b03ede84096488978f15a28c0b5e2886c83887</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>major internal changes in representation of character cells.</title>
<updated>2006-10-29T08:07:51+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2006-10-29T08:07:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/uuterm/commit/?id=89fd3b76518cf3004053331c580a349afaaf2dab'/>
<id>89fd3b76518cf3004053331c580a349afaaf2dab</id>
<content type='text'>
we now use 12 bytes per cell instead of 10. however, this allows us to
support 256-color mode (not yet implemented but the framework is in
place) and to mix scripts when using combining characters. while the
latter sounds ridiculous at first, being able to visibly see a
combining letter attached to a [, ", or ' is extremely useful in
scripting and regular expressions with some languages.

some code is left slightly messy, but overall it's much cleaner now
since struct uucell is now properly encapsulated.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we now use 12 bytes per cell instead of 10. however, this allows us to
support 256-color mode (not yet implemented but the framework is in
place) and to mix scripts when using combining characters. while the
latter sounds ridiculous at first, being able to visibly see a
combining letter attached to a [, ", or ' is extremely useful in
scripting and regular expressions with some languages.

some code is left slightly messy, but overall it's much cleaner now
since struct uucell is now properly encapsulated.

</pre>
</div>
</content>
</entry>
<entry>
<title>reorder makefile to allow config.mak to add srcs; also use libs from config.mak</title>
<updated>2006-10-15T21:24:47+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2006-10-15T21:24:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/uuterm/commit/?id=08411a96ec1c25970b0d63db7b5d061329562fdf'/>
<id>08411a96ec1c25970b0d63db7b5d061329562fdf</id>
<content type='text'>
(this allows using -lutf8_plug on old broken systems, etc)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(this allows using -lutf8_plug on old broken systems, etc)

</pre>
</div>
</content>
</entry>
<entry>
<title>build the x11 target first. this is a courtesy to non-linux users so</title>
<updated>2006-10-13T04:06:50+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2006-10-13T04:06:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/uuterm/commit/?id=6340608799fd2b12e52b7ebb44ef5f2993032b29'/>
<id>6340608799fd2b12e52b7ebb44ef5f2993032b29</id>
<content type='text'>
that if they just type "make", a uuterm-x11 binary will already exist
by the time fbcon.c fails to compile.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
that if they just type "make", a uuterm-x11 binary will already exist
by the time fbcon.c fails to compile.

</pre>
</div>
</content>
</entry>
<entry>
<title>missing some objs in "make clean" since x11 was added</title>
<updated>2006-10-12T20:37:21+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2006-10-12T20:37:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/uuterm/commit/?id=a8b981f3b3ac9b229148d4a31478c18a75af006b'/>
<id>a8b981f3b3ac9b229148d4a31478c18a75af006b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>10l typo, broke fb build</title>
<updated>2006-10-12T09:21:06+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2006-10-12T09:21:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/uuterm/commit/?id=0e307e9611126069e1c81a686d1ba4024ff81826'/>
<id>0e307e9611126069e1c81a686d1ba4024ff81826</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>first try at porting to X. very broken, minimal functionality,</title>
<updated>2006-10-12T09:18:40+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2006-10-12T09:18:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/uuterm/commit/?id=9c136f5f817ffe71b3ac4d92106e6d211e8b6e42'/>
<id>9c136f5f817ffe71b3ac4d92106e6d211e8b6e42</id>
<content type='text'>
but it does work..

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
but it does work..

</pre>
</div>
</content>
</entry>
<entry>
<title>finally, support for decomposing characters -- this makes it possible</title>
<updated>2006-10-10T06:46:36+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2006-10-10T06:46:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/uuterm/commit/?id=0a545de895fb861fac88edea716e0b0a5d52f0ff'/>
<id>0a545de895fb861fac88edea716e0b0a5d52f0ff</id>
<content type='text'>
to display accented characters using the base character glyphs with
overstriking combining marks. (needs contextual glyphs to make this
look good, obviously)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to display accented characters using the base character glyphs with
overstriking combining marks. (needs contextual glyphs to make this
look good, obviously)

</pre>
</div>
</content>
</entry>
</feed>
