MacOS X 10.9.4 compatible version of cool-old-term #47
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Modifications:
1 - Modified kpty.cpp, by putting the implementations of utmp.h functions.
2 - Created a dummy banana method to get through linking, in TerminalDisplay.cpp.
Very well, but please could you cleanup the code. Instead of copy and pasting the functions would be better to add the file in the project and import it here. Another problem is that those functions are compiled always, even under linux where they are not needed. You should use a flag to tell the compiler that those funcitons are only for OSX (an #ifdef basically). If you have any problem I'm here fixing other issues.
Sorry about that. Do you have any preferences on naming the file and functions? I'll do that later and add the changes here.
No problem. You can leave the names they have now, they are fine for me. And thank you again for your help.
Okay I guess I'm done. Please tell me if there's anything that should be corrected :)
Thank you the patch is now online in the branch osx.
I'm having some trouble building this on OS X - is this the proper ticket to address this in, or should I open a new one?
@pavellishin Are you trying master or osx branch?
Pull request closed