MUDII Forums
[
Edit Profile
] [
Edit Your Preferences
] [
Search
]
[
Private Messages
] [
Memberslist
] [
FAQ
] [
Login
]
About Posting
All
Registered
users can post new topics and replies to this forum
Username:
Password:
Message Body:
HTML is: Off
BBcode is: On
[quote] On 01-08-2003 12:32, Tabitha wrote: [quote] On 01-08-2003 11:07, Gothik wrote: When browsing my clio folders I found a Curses.dll file in the same folder as the config file etc. Does anyone know if this should be there or what it does, and why its called curses? cheers Gothik [/quote] Gothik, Yes, it should be there. It is installed when you run the Clio setup program. The file contains the code that Clio uses for controlling the screen - things like displaying different colours, moving the cursor around, scrolling, etc. A little history: Clio was originally written as a UNIX program, and then later converted to run under Windows too. Most UNIX systems can support a varity of different screens, each of which needs to be controlled in slightly different ways. Instead of every program having to know how to control every possible type of screen UNIX has a big database describing how each screen works and a set of programming commands - the curses library - which uses that database to handle the screen. So, for example, any UNIX program that needs to clear the screen can just issue the curses command to 'clear screen' and the curses library will take care of looking up the clear screen command for that hardware in the screen database, and then issue the actual command. When I added Windows support to Clio, I needed a Windows version of the curses library. There are several of these availble - Clio uses PDCurses ([url]http://pdcurses.sourceforge.net/[/url]) with a few local tweaks to handle the scrolling. The CURSES.DLL file contains the PDCurses code. As to why it's called 'curses' - it's just a weak pun on 'cursor', I think.
[ This Message was edited by: Tabitha on 01-08-2003 12:34 ]
[/quote]
Options:
Disable
BBcode
on this Post
Disable
Smilies
on this Post
Show signature
(This can be altered or added in your profile)
Topic Review
These forums may be read by anyone, but only registered mudII.co.uk
players may post. When posting, please refrain from behaviour
not tolerated in the game.
These forums are moderated.
Powered by
phpBB
Copyright © 2000 - 2001
The phpBB Group
phpBB Created this page in 0.001695 seconds.