<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.webos-internals.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Zorinlynx</id>
	<title>WebOS Internals - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.webos-internals.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Zorinlynx"/>
	<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/wiki/Special:Contributions/Zorinlynx"/>
	<updated>2026-04-15T00:47:09Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application_talk:Terminal&amp;diff=4553</id>
		<title>Application talk:Terminal</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application_talk:Terminal&amp;diff=4553"/>
		<updated>2009-08-20T02:12:27Z</updated>

		<summary type="html">&lt;p&gt;Zorinlynx: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Bugs: Paste? ==&lt;br /&gt;
- Can't seem to figure out how to paste something that was copied from another app/msg/web site. The old paste shortcut of &amp;quot;Gesture + V&amp;quot; doesn't work (because its being used for other things). I tried to &amp;quot;Insert&amp;quot; shortcut, but it didn't do anything.&lt;br /&gt;
--[[User:Zinge|Zinge]] 08:58, 7 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Ansi bugs ==&lt;br /&gt;
Scrolling in BX is fixed. Thanks! terminal is a killer app.&lt;br /&gt;
&lt;br /&gt;
Still have a bug when typing a message in IRC that's long enough to require horizontal scrolling. Instead of scrolling it does weird single-char newlines and status bar is lost.&lt;br /&gt;
&lt;br /&gt;
Also when using arrow keys to move around in vim (with TERM=linux and syntax/color on), what seems to be ansi color code artifacts are printed. Arrows do work, but it's unusable due to artifacts. --[[User:T3rmin|T3rmin]] 18:05, 14 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== New Version Changelog? ==&lt;br /&gt;
&lt;br /&gt;
The newest version from the feed seems to be 0.1.6. Anybody know what changes have been made? --[[User:Zinge|Zinge]] 19:30, 1 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Font Size Feature Request ==&lt;br /&gt;
Well done!  I notice that there are two fonts, normal and small.  Would it be possible to add an intermediate font size?  The 40 col is to large for seeing much and the 80 col is far to small.  Would it be possible to have a ~60col font? --[[user:Dreadchicken|Dreadchicken]]&lt;br /&gt;
&lt;br /&gt;
: Also, could you add a &amp;quot;large&amp;quot; font size? I don't like the small sizes for little one-line commands (wget, etc). I guess ultimately it'd be nice to have in that combo box a handful of sizes. Thank you so much for the mind-blowing awesomeness of this app, by the way. [[User:Michaelb|Michaelb]] 18:46, 17 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Broadcast messages when phone sleeps/wakes ==&lt;br /&gt;
&lt;br /&gt;
Has anyone figured out how to stop the broadcast messages generated on the Terminal when the phone sleeps and wakes? They clobber whatever's on the screen if you happen to turn off the phone while Terminal is open.&lt;br /&gt;
&lt;br /&gt;
Other than this, great app. I'm eternally grateful. :) --[[User:zorinlynx|zorinlynx]]&lt;br /&gt;
&lt;br /&gt;
I'm not sure if this will help, but there is a quilt patch in the gitorious modification for disabling some messages to the log. http://gitorious.org/webos-internals/modifications/blobs/master/luna/quiet-powerd-messages.patch --[[User:Plee3|plee3]] 21:05, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Thank you! This has resolved the issue. --[[User:Zorinlynx|Zorinlynx]] 21:24, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Brackets ==&lt;br /&gt;
Any way to enter &amp;lt; or &amp;gt; chars?   Kinda tough to dump output to a file without.&lt;br /&gt;
--[[User:Daemon|Daemon]]&lt;br /&gt;
&lt;br /&gt;
These characters have not been implemented yet, but as a work-around, you can use tee or tee -a.&lt;br /&gt;
--[[User:JackieRipper|JackieRipper]]&lt;br /&gt;
&lt;br /&gt;
==Colors Sticking, and Permissions==&lt;br /&gt;
Would it be possible to set the foreground color permanently, so that I don't havve to set it each time I log in?&lt;br /&gt;
&lt;br /&gt;
I've also noticed that when I open the application, sometimes it automatically logs me in as root. How can I disable this?&lt;br /&gt;
&lt;br /&gt;
Thanks for your awesome work!! -[[User:Hopspitfire|hopspitfire]] 05:47, 16 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
I think one solution for disabling root access is to go into &lt;br /&gt;
  /var/usr/palm/applications/org.webosinternals.terminal/app/controllers&lt;br /&gt;
and edit '''session-assistant.js'''&lt;br /&gt;
Search for the line that reads&lt;br /&gt;
  this.termplugin.start(&amp;quot;root&amp;quot;);&lt;br /&gt;
and change 'root' to your username.&lt;br /&gt;
[[User:Clebio|Clebio]] 20:57, 16 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
:That worked perfectly! Thank you.&lt;br /&gt;
:I'm still having trouble with the colors sticking, now when I change a color in the preferences menu and go back to the terminal, the entire screen freezes (It responds to &amp;lt;orange&amp;gt;&amp;lt;sym&amp;gt;&amp;lt;r&amp;gt;, but won't show the boot logo as it's shutting down, and ssh responds normally). Is this a bug? -[[User:Hopspitfire|hopspitfire]] 04:13, 17 August 2009 (UTC)&lt;br /&gt;
:: I get this too when I try to change preferences. [[User:Michaelb|Michaelb]] 18:51, 17 August 2009 (UTC)&lt;br /&gt;
: The problem has been fixed after the new update (0.1.9), THANKS! -[[User:Hopspitfire|hopspitfire]] 21:00, 19 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Terminal displays blank screen after install&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
It will display nothing that I type, I have tried rebooting the phone with no luck. I did see an message that looked like an error during the install:&lt;br /&gt;
&lt;br /&gt;
Configuring org.webosinternals.termplugin                                                                           &lt;br /&gt;
(offline root mode: not running org.webosinternals.termplugin.postinst)&lt;br /&gt;
&lt;br /&gt;
Could the offline root mode error above be causing this? I was not in Dev mode when I installed this, should I have been?&lt;br /&gt;
&lt;br /&gt;
==Curved mask blocks text on screen corners==&lt;br /&gt;
&lt;br /&gt;
There used to be padding on the top and bottom of the screen to keep the curved corners of the mojo view from blocking text. Why were they removed? --[[User:Zorinlynx|Zorinlynx]] 02:12, 20 August 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Zorinlynx</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application_talk:Terminal&amp;diff=3717</id>
		<title>Application talk:Terminal</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application_talk:Terminal&amp;diff=3717"/>
		<updated>2009-08-03T21:24:38Z</updated>

		<summary type="html">&lt;p&gt;Zorinlynx: /* Broadcast messages when phone sleeps/wakes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Bugs: tab completion, slowdown ==&lt;br /&gt;
-Tab completion working fine as of 1.5.&lt;br /&gt;
&lt;br /&gt;
-Slowdown is not fixed, but better&lt;br /&gt;
As of 1.5, slowdown only seems to happen if something is actively scrolling the terminal. If something (like find) is running and scrolling the screen, or if I flick it to scroll and immediately minimize it and try to open other apps, it still slows down, but when it is sitting at a screen not doing anything, the phone seems fine.&lt;br /&gt;
--[[user:Zinge|Zinge]]&lt;br /&gt;
&lt;br /&gt;
== Fullscren (curses?) apps scroll wrong ==&lt;br /&gt;
Another quick bug: when running irssi or BX only the first line above the status bar line(s) scrolls. When going between landscape and portrait mode, the screen refreshes properly, but still only one line scrolls in either mode. This is as of 0.1.5. --[[User:T3rmin|T3rmin]] 17:00, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== New Version Changelog? ==&lt;br /&gt;
&lt;br /&gt;
The newest version from the feed seems to be 0.1.6. Anybody know what changes have been made? --[[User:Zinge|Zinge]] 19:30, 1 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Font Size Feature Request ==&lt;br /&gt;
Well done!  I notice that there are two fonts, normal and small.  Would it be possible to add an intermediate font size?  The 40 col is to large for seeing much and the 80 col is far to small.  Would it be possible to have a ~60col font?&lt;br /&gt;
&lt;br /&gt;
== Broadcast messages when phone sleeps/wakes ==&lt;br /&gt;
&lt;br /&gt;
Has anyone figured out how to stop the broadcast messages generated on the Terminal when the phone sleeps and wakes? They clobber whatever's on the screen if you happen to turn off the phone while Terminal is open.&lt;br /&gt;
&lt;br /&gt;
Other than this, great app. I'm eternally grateful. :) --[[User:zorinlynx|zorinlynx]]&lt;br /&gt;
&lt;br /&gt;
I'm not sure if this will help, but there is a quilt patch in the gitorious modification for disabling some messages to the log. http://gitorious.org/webos-internals/modifications/blobs/master/luna/quiet-powerd-messages.patch --[[User:Plee3|plee3]] 21:05, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Thank you! This has resolved the issue. --[[User:Zorinlynx|Zorinlynx]] 21:24, 3 August 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Zorinlynx</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=User:Zorinlynx&amp;diff=3704</id>
		<title>User:Zorinlynx</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=User:Zorinlynx&amp;diff=3704"/>
		<updated>2009-08-03T17:32:05Z</updated>

		<summary type="html">&lt;p&gt;Zorinlynx: New page: I'm just a lynx who happens to have a Palm Pre. It is very difficult to type on the Pre keyboard with lynxpaws but I manage.  Also the slider mechanism has stood up well to my shed fur get...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I'm just a lynx who happens to have a Palm Pre. It is very difficult to type on the Pre keyboard with lynxpaws but I manage.&lt;br /&gt;
&lt;br /&gt;
Also the slider mechanism has stood up well to my shed fur getting into it. This is one heck of a robust phone. :)&lt;br /&gt;
&lt;br /&gt;
(In all seriousness; I live at the edge of Palm development; my day job keeps me too busy to get actively involved but I will gladly try out fun new stuff, help debug issues and increase the ass-kicking factor of this phone as much as I can!)&lt;/div&gt;</summary>
		<author><name>Zorinlynx</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application_talk:Terminal&amp;diff=3703</id>
		<title>Application talk:Terminal</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application_talk:Terminal&amp;diff=3703"/>
		<updated>2009-08-03T17:30:08Z</updated>

		<summary type="html">&lt;p&gt;Zorinlynx: /* Broadcast messages when phone sleeps/wakes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Bugs: tab completion, slowdown ==&lt;br /&gt;
-Tab completion working fine as of 1.5.&lt;br /&gt;
&lt;br /&gt;
-Slowdown is not fixed, but better&lt;br /&gt;
As of 1.5, slowdown only seems to happen if something is actively scrolling the terminal. If something (like find) is running and scrolling the screen, or if I flick it to scroll and immediately minimize it and try to open other apps, it still slows down, but when it is sitting at a screen not doing anything, the phone seems fine.&lt;br /&gt;
--[[user:Zinge|Zinge]]&lt;br /&gt;
&lt;br /&gt;
== Fullscren (curses?) apps scroll wrong ==&lt;br /&gt;
Another quick bug: when running irssi or BX only the first line above the status bar line(s) scrolls. When going between landscape and portrait mode, the screen refreshes properly, but still only one line scrolls in either mode. This is as of 0.1.5. --[[User:T3rmin|T3rmin]] 17:00, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== New Version Changelog? ==&lt;br /&gt;
&lt;br /&gt;
The newest version from the feed seems to be 0.1.6. Anybody know what changes have been made? --[[User:Zinge|Zinge]] 19:30, 1 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Font Size Feature Request ==&lt;br /&gt;
Well done!  I notice that there are two fonts, normal and small.  Would it be possible to add an intermediate font size?  The 40 col is to large for seeing much and the 80 col is far to small.  Would it be possible to have a ~60col font?&lt;br /&gt;
&lt;br /&gt;
== Broadcast messages when phone sleeps/wakes ==&lt;br /&gt;
&lt;br /&gt;
Has anyone figured out how to stop the broadcast messages generated on the Terminal when the phone sleeps and wakes? They clobber whatever's on the screen if you happen to turn off the phone while Terminal is open.&lt;br /&gt;
&lt;br /&gt;
Other than this, great app. I'm eternally grateful. :) --[[User:zorinlynx|zorinlynx]]&lt;/div&gt;</summary>
		<author><name>Zorinlynx</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application_talk:Terminal&amp;diff=3702</id>
		<title>Application talk:Terminal</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application_talk:Terminal&amp;diff=3702"/>
		<updated>2009-08-03T17:07:30Z</updated>

		<summary type="html">&lt;p&gt;Zorinlynx: /* Broadcast messages when phone sleeps/wakes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Bugs: tab completion, slowdown ==&lt;br /&gt;
-Tab completion working fine as of 1.5.&lt;br /&gt;
&lt;br /&gt;
-Slowdown is not fixed, but better&lt;br /&gt;
As of 1.5, slowdown only seems to happen if something is actively scrolling the terminal. If something (like find) is running and scrolling the screen, or if I flick it to scroll and immediately minimize it and try to open other apps, it still slows down, but when it is sitting at a screen not doing anything, the phone seems fine.&lt;br /&gt;
--[[user:Zinge|Zinge]]&lt;br /&gt;
&lt;br /&gt;
== Fullscren (curses?) apps scroll wrong ==&lt;br /&gt;
Another quick bug: when running irssi or BX only the first line above the status bar line(s) scrolls. When going between landscape and portrait mode, the screen refreshes properly, but still only one line scrolls in either mode. This is as of 0.1.5. --[[User:T3rmin|T3rmin]] 17:00, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== New Version Changelog? ==&lt;br /&gt;
&lt;br /&gt;
The newest version from the feed seems to be 0.1.6. Anybody know what changes have been made? --[[User:Zinge|Zinge]] 19:30, 1 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Font Size Feature Request ==&lt;br /&gt;
Well done!  I notice that there are two fonts, normal and small.  Would it be possible to add an intermediate font size?  The 40 col is to large for seeing much and the 80 col is far to small.  Would it be possible to have a ~60col font?&lt;br /&gt;
&lt;br /&gt;
== Broadcast messages when phone sleeps/wakes ==&lt;br /&gt;
&lt;br /&gt;
Has anyone figured out how to stop the broadcast messages generated on the Terminal when the phone sleeps and wakes? They clobber whatever's on the screen if you happen to turn off the phone while Terminal is open.&lt;br /&gt;
&lt;br /&gt;
Other than this, great app. I'm eternally grateful. :) --[[Zorinlynx]]&lt;/div&gt;</summary>
		<author><name>Zorinlynx</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application_talk:Terminal&amp;diff=3701</id>
		<title>Application talk:Terminal</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application_talk:Terminal&amp;diff=3701"/>
		<updated>2009-08-03T17:07:13Z</updated>

		<summary type="html">&lt;p&gt;Zorinlynx: New section: Broadcast messages when phone sleeps/wakes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Bugs: tab completion, slowdown ==&lt;br /&gt;
-Tab completion working fine as of 1.5.&lt;br /&gt;
&lt;br /&gt;
-Slowdown is not fixed, but better&lt;br /&gt;
As of 1.5, slowdown only seems to happen if something is actively scrolling the terminal. If something (like find) is running and scrolling the screen, or if I flick it to scroll and immediately minimize it and try to open other apps, it still slows down, but when it is sitting at a screen not doing anything, the phone seems fine.&lt;br /&gt;
--[[user:Zinge|Zinge]]&lt;br /&gt;
&lt;br /&gt;
== Fullscren (curses?) apps scroll wrong ==&lt;br /&gt;
Another quick bug: when running irssi or BX only the first line above the status bar line(s) scrolls. When going between landscape and portrait mode, the screen refreshes properly, but still only one line scrolls in either mode. This is as of 0.1.5. --[[User:T3rmin|T3rmin]] 17:00, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== New Version Changelog? ==&lt;br /&gt;
&lt;br /&gt;
The newest version from the feed seems to be 0.1.6. Anybody know what changes have been made? --[[User:Zinge|Zinge]] 19:30, 1 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Font Size Feature Request ==&lt;br /&gt;
Well done!  I notice that there are two fonts, normal and small.  Would it be possible to add an intermediate font size?  The 40 col is to large for seeing much and the 80 col is far to small.  Would it be possible to have a ~60col font?&lt;br /&gt;
&lt;br /&gt;
== Broadcast messages when phone sleeps/wakes ==&lt;br /&gt;
&lt;br /&gt;
Has anyone figured out how to stop the broadcast messages generated on the Terminal when the phone sleeps and wakes? They clobber whatever's on the screen if you happen to turn off the phone while Terminal is open.&lt;br /&gt;
&lt;br /&gt;
Other than this, great app. I'm eternally grateful. :)&lt;/div&gt;</summary>
		<author><name>Zorinlynx</name></author>
	</entry>
</feed>