This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Copyright (c) 2023 Tomasz Stachowiak | |
| // | |
| // This contribution is dual licensed under EITHER OF | |
| // | |
| // Apache License, Version 2.0, (http://www.apache.org/licenses/LICENSE-2.0) | |
| // MIT license (http://opensource.org/licenses/MIT) | |
| // | |
| // at your option. | |
| #include "/inc/frame_constants.hlsl" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- default script for clink, called by init.bat when injecting clink | |
| -- !!! THIS FILE IS OVERWRITTEN WHEN CMDER IS UPDATED | |
| -- !!! Use "%CMDER_ROOT%\config\<whatever>.lua" to add your lua startup scripts | |
| -- At first, load the original clink.lua file | |
| -- this is needed as we set the script path to this dir and therefore the original | |
| -- clink.lua is not loaded. | |
| local clink_lua_file = clink.get_env('CMDER_ROOT')..'\\vendor\\clink\\clink.lua' |