 |
 |
| good |
 |
 |
By sena - Posted on July 21, 2007 - 12:31:33 (#21833)
Current version when comment was posted: 0.03 Beta |
 |
 |
|
| re: Terminal type |
 |
 |
By hey68you - Posted on June 18, 2007 - 01:21:54 (#21736)
Current version when comment was posted: 0.02 Beta |
 |
 |
If you don't want xterm emulation, then in the file BeTTY_sim_login.sh just remove this line:
export TERM=xterm
Or did you want me to make this configurable from the GUI :)
Thanks,
hey68you
|
|
| Terminal type |
 |
 |
By krustyvader - Posted on June 17, 2007 - 14:04:40 (#21735)
Current version when comment was posted: 0.02 Beta |
 |
 |
The terminal type is set to 'xterm' insted of 'beterm'.
|
|
| Please remove files first |
 |
 |
By hey68you - Posted on June 17, 2007 - 06:15:27 (#21734)
Current version when comment was posted: 0.02 Beta |
 |
 |
If you are upgrading from version 0.01, please rename or remove these 2 files from your disk before trying to run this new version:
BeTTy_Default_Term_Settings
BeTTY_sim_login.sh
|
|
| Getting Haiku's URLWrapper |
 |
 |
By Philippe Houdoin - Posted on June 11, 2007 - 08:59:10 (#21711)
Current version when comment was posted: 0.01 Beta |
 |
 |
You don't have to do a SVN checkout to get one or two source files. Use the web frontal:
http://svn.berlios.de/viewcvs/haiku/haiku/trunk/src/bin/urlwrapper.cpp
http://svn.berlios.de/viewcvs/haiku/haiku/trunk/src/bin/urlwrapper.h
http://svn.berlios.de/viewcvs/haiku/haiku/trunk/src/bin/urlwrapper.rdef
And hit that "download" link at top of any revision...
|
|
| Thank you mmu_man |
 |
 |
By hey68you - Posted on June 11, 2007 - 02:47:08 (#21710)
Current version when comment was posted: 0.01 Beta |
 |
 |
Thank you mmu_man for your comments.
I didn't even need to query for name==**, so I'm sorry that it's in the code.
I want to change it the META:url query as you suggest. Could you please help me get the Haiku src/bin/urlwrapper.cpp file?
I don't know how to get it myself; I never checked-out any code (I guess I could start here: http://haiku-os.org/documents/dev/getting_the_source_code but I don't want the whole trunk).
Is it better to make our own BeOS?Haiku version of PuTTY (i.e starting again in c++) or can it be ported?
|
|
| Interesting idea... |
 |
 |
By mmu_man - Posted on June 7, 2007 - 07:26:13 (#21703)
Current version when comment was posted: 0.01 Beta |
 |
 |
You might consider some points though:
- you should use a correct signature for your files, like: application/x-vnd.hey68you-BeTTy
- querying for name==** is really a *bad* idea, it takes ages here, and it's done twice each time... at least limit it to /boot (query -v /boot ...). When using bookmark files you can query for META:url, which is way faster.
- you might want to implement settings files as bookmarks with ssh: urls, with your app as prefered app. See src/bin/urlwrapper.cpp in Haiku svn for how to parse them and how to support the url schemes.
- you can handle colors and font as the format of terminal settings file is known (see Haiku's Terminal). An option is to actually use the setting file's body to store it since only attributes are stored on it, so you can specify the BeTTY file as terminal settings itself. Might have weird effects if someone saves Terminal settings back to it.
- you might want to rewrite in C++ to implement more stuff as it will get quite hard I think. I might also do that myself (if I had time).
|
|
| Looks good |
 |
 |
By ablyss - Posted on June 6, 2007 - 23:10:09 (#21701)
Current version when comment was posted: 0.01 Beta |
 |
 |
|
|
|
|