Terminal: Difference between revisions

From OLPC
Jump to navigation Jump to search
(remove outdated material)
 
(19 intermediate revisions by 13 users not shown)
Line 1: Line 1:
{{Translations}}
[[Category:Developers]]
[[Category:Developers]]


{{Activity migrated to sl.o
{{olpcboxtop|toptext=[[{{PAGENAME}}|Terminal]]}}
| download=http://activities.sugarlabs.org/en-US/sugar/addon/4043
{{ OBX activity |[[Image:activity-terminal.svg|42px]]|core}}
{{ OBX source dev|projects/terminal-activity}}
| git=http://git.sugarlabs.org/projects/terminal
}}
{{ OBX xobundle|http://dev.laptop.org/~sayamindu/bundles/terminal/Terminal-19.xo|Terminal-19}}
{{olpcboxbottom}}


= Terminal =
See also [[Terminal Activity]].

The Terminal activity provides a simple interactive shell prompt.

For information on using Terminal, see [[Terminal Activity]] in the XO Support FAQ.

= Screenshots =
[[Image:Terminal-screenshot-1.jpg|615px]]

= How to Install =
Download this '''.xo''' file using the Browse activity: [http://dev.laptop.org/~sayamindu/bundles/terminal/Terminal-19.xo Terminal-19.xo]

== Feature requests ==
When I use fullscreen mode in Terminal (after pressing alt-enter), the escape key exits fullscreen mode. This is particularly annoying if I am in vi, where escape is used a lot.

Here is what I've changed in <tt>/usr/lib/python25/site-packages/sugar/graphics/window.py</tt> to get this working:
<pre>
214,215c214
< self.props.enable_fullscreen_mode and \
< self.get_title() != 'Terminal Activity':
---
> self.props.enable_fullscreen_mode:
</pre>

Latest revision as of 00:35, 3 October 2013


?Sugar icon}}    This activity is now hosted at the Sugar Activity Library.

The information here is likely to be out-of-date. Consult the new pages for "Terminal" first:

See also Terminal Activity.